cygwin emu build fixes

This commit is contained in:
BVK Chaitanya 2010-05-06 08:45:39 +05:30
parent 81827e248c
commit da6e6f17f3
6 changed files with 32 additions and 36 deletions

View file

@ -19,6 +19,8 @@
#include <config.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h>
#include <unistd.h>
#include <string.h>
#include <dirent.h>
@ -27,13 +29,6 @@
#include <stdlib.h>
#include <stdint.h>
#ifdef __CYGWIN__
# include <sys/fcntl.h>
# include <sys/cygwin.h>
# include <limits.h>
# define DEV_CYGDRIVE_MAJOR 98
#endif
#ifdef __GNU__
#include <hurd.h>
#include <hurd/lookup.h>