Include sys/time.h, not sys/user.h.

Submitted by:	"Marc G. Fournier" <scrappy@hub.org>
This commit is contained in:
David Greenman 1995-12-08 08:47:41 +00:00
parent 9470f03905
commit 0b7a315970
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12674

View File

@ -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>