From 0d3591bdbd3a026b25e6400f8cc2717489321ee5 Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 23 Mar 1997 03:37:54 +0000 Subject: Don't #include in if KERNEL is defined. Fixed everything that depended on getting fcntl.h stuff from the wrong place. Most things don't depend on file.h stuff at all. --- sys/dev/snp/snp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/snp') diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c index 0e14b60..fbb6f91 100644 --- a/sys/dev/snp/snp.c +++ b/sys/dev/snp/snp.c @@ -23,7 +23,7 @@ #include /* Oooh..We need O/NTTYDISC */ #include #include -#include +#include #include #include #include -- cgit v1.1