aboutsummaryrefslogtreecommitdiff
path: root/log.h
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2023-11-03 22:57:12 +0100
committerFederico Angelilli <code@fedang.net>2023-11-03 22:57:12 +0100
commit3868d1918c76e963a077ca0a56ef7de7409beb05 (patch)
tree68ee99b2650ca71c5a1db9ed87a7fd00f0a53be3 /log.h
parent58eb86428f90926d25219f4e15b80945b00b1810 (diff)
Improve draw and add other x11 functionalities
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__