aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysklogd/syslogd.c1
-rw-r--r--syslogd.c1
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
diff --git a/syslogd.c b/syslogd.c
index 004e6ab1d..4ebd2a28a 100644
--- a/syslogd.c
+++ b/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