diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-02-03 22:28:34 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-02-03 22:28:34 +0000 |
| commit | 66a96c4ca4a27edb9f18f152f71b54979d3766a4 (patch) | |
| tree | aaab02c66e42ba5fe24d432c331680ed332a486d /lib/libc | |
| parent | 50c1f8972c74b3375a37c8e22d38eca8b2dad595 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/sysconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/sysconf.c b/lib/libc/gen/sysconf.c index 12d6f58e5af3..83f21a3e00e0 100644 --- a/lib/libc/gen/sysconf.c +++ b/lib/libc/gen/sysconf.c @@ -40,10 +40,10 @@ static char sccsid[] = "@(#)sysconf.c 8.2 (Berkeley) 3/20/94"; #include <sys/param.h> #include <sys/sysctl.h> -#include <sys/time.h> #include <sys/resource.h> #include <errno.h> +#include <time.h> #include <unistd.h> /* |
