diff options
Diffstat (limited to 'sysklogd/logger.c')
-rw-r--r-- | sysklogd/logger.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysklogd/logger.c b/sysklogd/logger.c index 352bde158..1218d8d2e 100644 --- a/sysklogd/logger.c +++ b/sysklogd/logger.c | |||
@@ -21,7 +21,6 @@ | |||
21 | * | 21 | * |
22 | */ | 22 | */ |
23 | 23 | ||
24 | #include "busybox.h" | ||
25 | #include <stdio.h> | 24 | #include <stdio.h> |
26 | #include <unistd.h> | 25 | #include <unistd.h> |
27 | #include <sys/types.h> | 26 | #include <sys/types.h> |
@@ -30,6 +29,7 @@ | |||
30 | #include <string.h> | 29 | #include <string.h> |
31 | #include <stdlib.h> | 30 | #include <stdlib.h> |
32 | 31 | ||
32 | #include "busybox.h" | ||
33 | #if !defined BB_SYSLOGD | 33 | #if !defined BB_SYSLOGD |
34 | 34 | ||
35 | #define SYSLOG_NAMES | 35 | #define SYSLOG_NAMES |
@@ -40,6 +40,7 @@ | |||
40 | * structures. Argh.... bad libc, bad, bad... | 40 | * structures. Argh.... bad libc, bad, bad... |
41 | */ | 41 | */ |
42 | #include <sys/syslog.h> | 42 | #include <sys/syslog.h> |
43 | |||
43 | typedef struct _code { | 44 | typedef struct _code { |
44 | char *c_name; | 45 | char *c_name; |
45 | int c_val; | 46 | int c_val; |