Correct a build error that got past my build test somehow.
This commit is contained in:
parent
bdc2cdc5fe
commit
69761016be
@ -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…
x
Reference in New Issue
Block a user