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/rc/rc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/rc/rc.c') diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c index 677ae14..5a2ce2c 100644 --- a/sys/dev/rc/rc.c +++ b/sys/dev/rc/rc.c @@ -44,7 +44,7 @@ #include #include #include -#include +#include #include #include #include -- cgit v1.1