mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
<sys/user.h> -> <sys/time.h>
Spotted by: bde
This commit is contained in:
parent
5a4838fc5e
commit
7226d4fb3b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11937
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ static char sccsid[] = "@(#)kgmon.c 8.1 (Berkeley) 6/6/93";
|
|||
|
||||
#include <sys/param.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/user.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/gmon.h>
|
||||
#include <errno.h>
|
||||
|
|
Loading…
Reference in a new issue