Use fcntl.h from inside /sys.

Reviewd by:	scottl
This commit is contained in:
David E. O'Brien 2002-09-30 02:47:23 +00:00
parent e98304b93f
commit 940f2da74e

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>