mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
Correct a build error that got past my build test somehow.
This commit is contained in:
parent
bdc2cdc5fe
commit
69761016be
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40050
@ -34,6 +34,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <syslog.h>
|
||||
#include <sys/types.h>
|
||||
#include <libutil.h>
|
||||
|
||||
static properties P;
|
||||
|
@ -31,8 +31,10 @@
|
||||
*/
|
||||
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <libutil.h>
|
||||
|
||||
#define MAX_NAME 64
|
||||
|
Loading…
Reference in New Issue
Block a user