summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-09-30 02:47:23 +0000
committerobrien <obrien@FreeBSD.org>2002-09-30 02:47:23 +0000
commit13a6ca1e93fbdcf204c248b4e23b94418443dc9e (patch)
tree4eb2ce2b17da43bd712a8cad6b4cc075e51b9fc7 /sys/dev
parenta09d91e4b86606344a5f79be9e706d8419504f2a (diff)
downloadFreeBSD-src-13a6ca1e93fbdcf204c248b4e23b94418443dc9e.zip
FreeBSD-src-13a6ca1e93fbdcf204c248b4e23b94418443dc9e.tar.gz
Use fcntl.h from inside /sys.
Reviewd by: scottl
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/aic7xxx/aicasm/aicasm_symbol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aicasm/aicasm_symbol.c b/sys/dev/aic7xxx/aicasm/aicasm_symbol.c
index 2e766b8..e823f3e 100644
--- a/sys/dev/aic7xxx/aicasm/aicasm_symbol.c
+++ b/sys/dev/aic7xxx/aicasm/aicasm_symbol.c
@@ -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>
OpenPOWER on IntegriCloud