Add #include <sys/param.h> to syslogd.
authorErik Andersen <andersen@codepoet.org>
Wed, 19 Apr 2000 20:02:50 +0000 (20:02 -0000)
committerErik Andersen <andersen@codepoet.org>
Wed, 19 Apr 2000 20:02:50 +0000 (20:02 -0000)
 -Erik

sysklogd/syslogd.c
syslogd.c

index 004e6ab1d452bc7c3da02a320d17ee9d98c3ddd0..4ebd2a28a48be0964ac6356c4e3d3fa27efbf5ab 100644 (file)
@@ -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>
 
index 004e6ab1d452bc7c3da02a320d17ee9d98c3ddd0..4ebd2a28a48be0964ac6356c4e3d3fa27efbf5ab 100644 (file)
--- a/syslogd.c
+++ b/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>