7107957: AWT: Native code should include fcntl.h and unistd.h rather than sys/fcntl.h and sys/unistd.h

Use POSIX defined includes for unistd.h and fcntl.h

Reviewed-by: anthony, ngmr
This commit is contained in:
Charles Lee 2011-10-13 13:02:37 +01:00 committed by Neil Richards
parent bd73f1cc1d
commit 16b47aa177

@ -32,7 +32,7 @@
#include <X11/Xutil.h>
#include <X11/extensions/shape.h>
#include <sys/types.h>
#include <sys/unistd.h>
#include <unistd.h>
#include <pthread.h>
#include <signal.h>
#include <inttypes.h>