aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.h b/src/log.h
index 87f352f..72a63c4 100644
--- a/src/log.h
+++ b/src/log.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)