diff options
-rw-r--r-- | src/file.c | 1 | ||||
-rw-r--r-- | src/log.h | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -5,6 +5,7 @@ #include <ftw.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <sys/stat.h> #include <unistd.h> @@ -2,9 +2,9 @@ #define __LOG_H__ #include <errno.h> +#include <libgen.h> #include <netdb.h> #include <stdio.h> -#include <string.h> #define CONCAT_INNER(a, b) a##b #define CONCAT(a, b) CONCAT_INNER(a, b) |