aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/sysconf.c
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-12-08 08:47:41 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-12-08 08:47:41 +0000
commit0b7a315970685222e8ccbcdf3d645d35650cd03e (patch)
tree68474bed5aca2cfa1303b80e2bc8eda4356cea15 /lib/libc/gen/sysconf.c
parent9470f039055ea10d2a29162d0bac0c40f13dfe72 (diff)
downloadsrc-0b7a315970685222e8ccbcdf3d645d35650cd03e.tar.gz
src-0b7a315970685222e8ccbcdf3d645d35650cd03e.zip
Include sys/time.h, not sys/user.h.
Submitted by: "Marc G. Fournier" <scrappy@hub.org>
Notes
Notes: svn path=/head/; revision=12674
Diffstat (limited to 'lib/libc/gen/sysconf.c')
-rw-r--r--lib/libc/gen/sysconf.c2
1 files changed, 1 insertions, 1 deletions
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 <sys/param.h>
-#include <sys/user.h>
+#include <sys/time.h>
#include <sys/sysctl.h>
#include <sys/resource.h>