aboutsummaryrefslogtreecommitdiff
path: root/syslogd.c
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-19 20:02:50 +0000
committerErik Andersen <andersen@codepoet.org>2000-04-19 20:02:50 +0000
commit7d6ba57bba79863d8016c7c3aaf195f1007f3943 (patch)
treebc75af6388137734f5d8e6969fc5cc50d66830b8 /syslogd.c
parente3ed156eeb241234f0ad7d12363172e655209654 (diff)
downloadbusybox-7d6ba57bba79863d8016c7c3aaf195f1007f3943.tar.gz
Add #include <sys/param.h> to syslogd.
-Erik
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/syslogd.c b/syslogd.c
index 004e6ab1d..4ebd2a28a 100644
--- 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>