diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-19 20:02:50 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-19 20:02:50 +0000 |
commit | 6a97aff145b1e1f4337abc4cb41072ebbeb1dc7c (patch) | |
tree | bc75af6388137734f5d8e6969fc5cc50d66830b8 | |
parent | 8cc5ded012fe44d226971e81f5674636a650c0ad (diff) | |
download | busybox-w32-6a97aff145b1e1f4337abc4cb41072ebbeb1dc7c.tar.gz busybox-w32-6a97aff145b1e1f4337abc4cb41072ebbeb1dc7c.tar.bz2 busybox-w32-6a97aff145b1e1f4337abc4cb41072ebbeb1dc7c.zip |
Add #include <sys/param.h> to syslogd.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@490 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | sysklogd/syslogd.c | 1 | ||||
-rw-r--r-- | syslogd.c | 1 |
2 files changed, 2 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 | ||
@@ -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 | ||