diff options
Diffstat (limited to 'toxcore')
-rw-r--r-- | toxcore/logger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/logger.h b/toxcore/logger.h index 6c65850e..abef4b84 100644 --- a/toxcore/logger.h +++ b/toxcore/logger.h | |||
@@ -25,10 +25,10 @@ | |||
25 | #ifndef __TOXLOGGER | 25 | #ifndef __TOXLOGGER |
26 | #define __TOXLOGGER | 26 | #define __TOXLOGGER |
27 | 27 | ||
28 | #include <string.h> | ||
28 | // #define LOGGING | 29 | // #define LOGGING |
29 | 30 | ||
30 | #ifdef LOGGING | 31 | #ifdef LOGGING |
31 | #include <string.h> | ||
32 | 32 | ||
33 | typedef enum _LoggerLevel | 33 | typedef enum _LoggerLevel |
34 | { | 34 | { |