mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Add #include <sys/user.h>.
This commit is contained in:
parent
9e5fd22b08
commit
d12f212098
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11874
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ static char sccsid[] = "@(#)sysconf.c 8.2 (Berkeley) 3/20/94";
|
||||||
#endif /* LIBC_SCCS and not lint */
|
#endif /* LIBC_SCCS and not lint */
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
|
#include <sys/user.h>
|
||||||
#include <sys/sysctl.h>
|
#include <sys/sysctl.h>
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue