diff options
Diffstat (limited to 'sysklogd')
-rw-r--r-- | sysklogd/logger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysklogd/logger.c b/sysklogd/logger.c index 1c454e5af..669a2d601 100644 --- a/sysklogd/logger.c +++ b/sysklogd/logger.c | |||
@@ -35,7 +35,7 @@ | |||
35 | 35 | ||
36 | #else | 36 | #else |
37 | /* We have to do this since the header file defines static | 37 | /* We have to do this since the header file defines static |
38 | * structues. Argh.... bad libc, bad, bad... | 38 | * structures. Argh.... bad libc, bad, bad... |
39 | */ | 39 | */ |
40 | #include <sys/syslog.h> | 40 | #include <sys/syslog.h> |
41 | typedef struct _code { | 41 | typedef struct _code { |