From cd794127ff73748f8199587897f57aa02c5ef059 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 3 Jul 2013 00:29:53 +0000 Subject: [PATCH] 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 --- include/wx/unix/pipe.h | 1 + src/unix/utilsunx.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2