From: Vadim Zeitlin Date: Wed, 10 Feb 1999 12:55:15 +0000 (+0000) Subject: added #include to allow compilation under Linux X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4e13eb84aa259d039d44833fe496b9657a2af0cd added #include to allow compilation under Linux git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/utilsgtk.cpp b/src/gtk/utilsgtk.cpp index 543fae806e..ba3988e154 100644 --- a/src/gtk/utilsgtk.cpp +++ b/src/gtk/utilsgtk.cpp @@ -31,6 +31,7 @@ #include #include #include +#include // for O_WRONLY and friends #include "glib.h" #include "gdk/gdk.h" diff --git a/src/gtk1/utilsgtk.cpp b/src/gtk1/utilsgtk.cpp index 543fae806e..ba3988e154 100644 --- a/src/gtk1/utilsgtk.cpp +++ b/src/gtk1/utilsgtk.cpp @@ -31,6 +31,7 @@ #include #include #include +#include // for O_WRONLY and friends #include "glib.h" #include "gdk/gdk.h"