diff options
Diffstat (limited to 'logger.c')
-rw-r--r-- | logger.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,8 @@ | |||
27 | #include <sys/types.h> | 27 | #include <sys/types.h> |
28 | #include <fcntl.h> | 28 | #include <fcntl.h> |
29 | #include <ctype.h> | 29 | #include <ctype.h> |
30 | #include <string.h> | ||
31 | #include <stdlib.h> | ||
30 | 32 | ||
31 | #if !defined BB_SYSLOGD | 33 | #if !defined BB_SYSLOGD |
32 | 34 | ||