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:
parent
f234c60c4a
commit
4e13eb84aa
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user