diff options
Diffstat (limited to '')
-rw-r--r-- | src/log.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -21,8 +21,7 @@ #include "../config.h" #include "gcc.h" - -#include <unistd.h> +#include "os_compat.h" #define LOG_LEVEL_LOW 0 #define LOG_LEVEL_SECURE 1 |