summaryrefslogtreecommitdiffstats
path: root/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'list.c')
-rw-r--r--list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/list.c b/list.c
index 30a1694..7b9e4d3 100644
--- a/list.c
+++ b/list.c
@@ -32,7 +32,7 @@
#include <string.h>
#include "list.h"
-#include <utils/Log.h>
+#include <log/log.h>
int init_list_head(struct list_node *head)
{