aboutsummaryrefslogtreecommitdiff
path: root/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'log.h')
-rw-r--r--log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/log.h b/log.h
index 28dbf14..c96536b 100644
--- a/log.h
+++ b/log.h
@@ -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__