commit | 7d6ba57bba79863d8016c7c3aaf195f1007f3943 | [log] [tgz] |
---|---|---|
author | Erik Andersen <andersen@codepoet.org> | Wed Apr 19 20:02:50 2000 +0000 |
committer | Erik Andersen <andersen@codepoet.org> | Wed Apr 19 20:02:50 2000 +0000 |
tree | bc75af6388137734f5d8e6969fc5cc50d66830b8 | |
parent | e3ed156eeb241234f0ad7d12363172e655209654 [diff] [blame] |
Add #include <sys/param.h> to syslogd. -Erik
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c index 004e6ab..4ebd2a2 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/syslogd.c
@@ -37,6 +37,7 @@ #include <sys/stat.h> #include <sys/types.h> #include <sys/un.h> +#include <sys/param.h> #include <time.h> #include <unistd.h>