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