diff options
Diffstat (limited to 'log.h')
| -rw-r--r-- | log.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #ifndef COMET_LOG_H #define COMET_LOG_H -#include <stdio.h> +#include <glib.h> #define DEBUG_FORMAT(format, ...) \ "[%s] \x1b[1mdebug\x1b[0m: " format, __func__, ## __VA_ARGS__ |
