added #include <fcntl.h> to allow compilation under Linux

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 1999-02-10 12:55:15 +00:00
parent f234c60c4a
commit 4e13eb84aa
2 changed files with 2 additions and 0 deletions

View 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"

View 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"