just include fcntl.h not sys/fcntl.h

This commit is contained in:
Mike Frysinger 2006-04-29 04:43:31 +00:00
parent f054be12de
commit 706f8f6de5

View File

@ -24,7 +24,7 @@
#include <termios.h>
#include <unistd.h>
#include <limits.h>
#include <sys/fcntl.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/wait.h>