From aaf9d7f10ecc63adae1dc4f55cfd31a2926c605a Mon Sep 17 00:00:00 2001 From: dg Date: Fri, 8 Dec 1995 08:47:41 +0000 Subject: [PATCH] Include sys/time.h, not sys/user.h. Submitted by: "Marc G. Fournier" --- lib/libc/gen/sysconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/gen/sysconf.c b/lib/libc/gen/sysconf.c index 154c329a4bf4..16a3efa0026d 100644 --- a/lib/libc/gen/sysconf.c +++ b/lib/libc/gen/sysconf.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)sysconf.c 8.2 (Berkeley) 3/20/94"; #endif /* LIBC_SCCS and not lint */ #include -#include +#include #include #include