diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-04-19 20:02:50 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-04-19 20:02:50 +0000 |
commit | 7d6ba57bba79863d8016c7c3aaf195f1007f3943 (patch) | |
tree | bc75af6388137734f5d8e6969fc5cc50d66830b8 /sysklogd | |
parent | e3ed156eeb241234f0ad7d12363172e655209654 (diff) | |
download | busybox-w32-7d6ba57bba79863d8016c7c3aaf195f1007f3943.tar.gz busybox-w32-7d6ba57bba79863d8016c7c3aaf195f1007f3943.tar.bz2 busybox-w32-7d6ba57bba79863d8016c7c3aaf195f1007f3943.zip |
Add #include <sys/param.h> to syslogd.
-Erik
Diffstat (limited to 'sysklogd')
-rw-r--r-- | sysklogd/syslogd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c index 004e6ab1d..4ebd2a28a 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/syslogd.c | |||
@@ -37,6 +37,7 @@ | |||
37 | #include <sys/stat.h> | 37 | #include <sys/stat.h> |
38 | #include <sys/types.h> | 38 | #include <sys/types.h> |
39 | #include <sys/un.h> | 39 | #include <sys/un.h> |
40 | #include <sys/param.h> | ||
40 | #include <time.h> | 41 | #include <time.h> |
41 | #include <unistd.h> | 42 | #include <unistd.h> |
42 | 43 | ||