just include fcntl.h not sys/fcntl.h

1_4_stable
Mike Frysinger 2006-04-29 04:43:31 +00:00
parent f054be12de
commit 706f8f6de5
1 changed files with 1 additions and 1 deletions

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>