summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-03-14 02:35:10 +0000
committerkato <kato@FreeBSD.org>1998-03-14 02:35:10 +0000
commit0c69f93071021cd59b52f1d6f6a77f5e3a9f6279 (patch)
tree53b93c2d686b6e8bc551ad4bbfdb996d2c0cbadc
parentf36bbf196473046e9af1ddf621a866064330dd2e (diff)
downloadFreeBSD-src-0c69f93071021cd59b52f1d6f6a77f5e3a9f6279.zip
FreeBSD-src-0c69f93071021cd59b52f1d6f6a77f5e3a9f6279.tar.gz
Fixed include file's path.
-rw-r--r--sys/pc98/boot/netboot/makerom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/boot/netboot/makerom.c b/sys/pc98/boot/netboot/makerom.c
index b5b1008..51b1c28 100644
--- a/sys/pc98/boot/netboot/makerom.c
+++ b/sys/pc98/boot/netboot/makerom.c
@@ -6,7 +6,7 @@ This program strips off the FreeBSD a.out header!
************************************************************************/
#include <stdio.h>
-#include <fcntl.h>
+#include <sys/fcntl.h>
unsigned char rom[ROMSIZE];
unsigned int sum;
OpenPOWER on IntegriCloud