aboutsummaryrefslogtreecommitdiff
path: root/mime.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-06-06 11:46:40 +0000
committerOmar Polo <op@omarpolo.com>2023-06-06 11:46:40 +0000
commiteae52ad493f582222b4f2b748c0043c42bb851cb (patch)
tree0cc9aa41b31d831984e39cb2b14ab2cc05a0f83d /mime.c
parent58fae4ea901aed6b093c5a336eb09abe6efe5880 (diff)
switch to the more usual log.c
Diffstat (limited to 'mime.c')
-rw-r--r--mime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mime.c b/mime.c
index f493bb0..9197c8b 100644
--- a/mime.c
+++ b/mime.c
@@ -20,7 +20,7 @@
#include <stdlib.h>
#include <string.h>
-#include "logger.h"
+#include "log.h"
void
init_mime(struct mime *mime)