Use fcntl.h from inside /sys.

Reviewd by:	scottl
This commit is contained in:
obrien 2002-09-30 02:47:23 +00:00
parent a09d91e4b8
commit 13a6ca1e93

View File

@ -49,7 +49,7 @@
#else
#include <db.h>
#endif
#include <fcntl.h>
#include <sys/fcntl.h>
#include <inttypes.h>
#include <regex.h>
#include <stdio.h>