Skip to content

Commit

Permalink
Fix win32 build
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldeicaza committed Feb 23, 2011
1 parent a77fdbe commit b60927f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eglib/src/gfile-posix.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif

#ifdef _MSC_VER
#include <direct.h>
Expand Down

0 comments on commit b60927f

Please sign in to comment.