Correct a build error that got past my build test somehow.

This commit is contained in:
Jordan K. Hubbard 1998-10-08 01:56:49 +00:00
parent bdc2cdc5fe
commit 69761016be
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40050
2 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,7 @@
#include <stdio.h>
#include <syslog.h>
#include <sys/types.h>
#include <libutil.h>
static properties P;

View File

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