From: Vadim Zeitlin Date: Wed, 3 Jul 2013 00:29:53 +0000 (+0000) Subject: Include from a header using fcntl(). X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cd794127ff73748f8199587897f57aa02c5ef059?ds=inline Include from a header using fcntl(). No real changes, just make the header self-containing instead of relying on the file including it to include itself. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/unix/pipe.h b/include/wx/unix/pipe.h index 1a33302259..8e4af9824f 100644 --- a/include/wx/unix/pipe.h +++ b/include/wx/unix/pipe.h @@ -13,6 +13,7 @@ #define _WX_UNIX_PIPE_H_ #include +#include #include "wx/log.h" #include "wx/intl.h" diff --git a/src/unix/utilsunx.cpp b/src/unix/utilsunx.cpp index 5722e84260..381ce76367 100644 --- a/src/unix/utilsunx.cpp +++ b/src/unix/utilsunx.cpp @@ -116,7 +116,6 @@ #include #include #include -#include // for O_WRONLY and friends #include // nanosleep() and/or usleep() #include // isspace() #include // needed for FD_SETSIZE