aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-09-30 02:47:23 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-09-30 02:47:23 +0000
commit940f2da74ecbce9f61a39082f54e4f4994d4e4de (patch)
tree4eb2ce2b17da43bd712a8cad6b4cc075e51b9fc7 /sys/dev
parente98304b93f68e197540aec9b8b32207ee4abd956 (diff)
Notes
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 2e766b85c1aaa..e823f3ee34946 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>