]> git.saurik.com Git - wxWidgets.git/commitdiff
added #include <fcntl.h> to allow compilation under Linux
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Feb 1999 12:55:15 +0000 (12:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Feb 1999 12:55:15 +0000 (12:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/utilsgtk.cpp
src/gtk1/utilsgtk.cpp

index 543fae806e6cd8d6c9f97f11d97eb9684d2da68b..ba3988e15479b2fabbb1d0fdf3240d4d1c35c6df 100644 (file)
@@ -31,6 +31,7 @@
 #include <errno.h>
 #include <netdb.h>
 #include <signal.h>
+#include <fcntl.h>          // for O_WRONLY and friends
 
 #include "glib.h"
 #include "gdk/gdk.h"
index 543fae806e6cd8d6c9f97f11d97eb9684d2da68b..ba3988e15479b2fabbb1d0fdf3240d4d1c35c6df 100644 (file)
@@ -31,6 +31,7 @@
 #include <errno.h>
 #include <netdb.h>
 #include <signal.h>
+#include <fcntl.h>          // for O_WRONLY and friends
 
 #include "glib.h"
 #include "gdk/gdk.h"