aboutsummaryrefslogtreecommitdiff
path: root/ge.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-06-06 08:50:54 +0000
committerOmar Polo <op@omarpolo.com>2023-06-06 08:50:54 +0000
commit281a8852b3a2d76c10d2fb6476a706746d05509b (patch)
treea9c5a73adf8e85597f0eb87d1865e28249c2b8a1 /ge.c
parent3dd89fbb44f7f61b8c89db12f4469ca49c17bc68 (diff)
rename log.[ch] to logger.[ch]
Diffstat (limited to 'ge.c')
-rw-r--r--ge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ge.c b/ge.c
index af85343..51060f8 100644
--- a/ge.c
+++ b/ge.c
@@ -28,7 +28,7 @@
#include <string.h>
#include <unistd.h>
-#include "log.h"
+#include "logger.h"
struct imsgbuf ibuf, logibuf;
struct conf conf;