aboutsummaryrefslogtreecommitdiff
path: root/src/debug.c
diff options
context:
space:
mode:
authorKrow Savcik <krow@savcik.xyz>2024-02-11 00:22:58 +0200
committerKrow Savcik <krow@savcik.xyz>2024-02-11 00:22:58 +0200
commit67abc25311d9dc7d12b28d07aaa37fcaf9b5fee5 (patch)
tree8f2a01b9c06168f538edbf9d99dba312215ea4ef /src/debug.c
parent984700a66faac957ee8e0b7b3415587665aa6fbd (diff)
fix some warnings and compilation errors
Diffstat (limited to 'src/debug.c')
-rw-r--r--src/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug.c b/src/debug.c
index 3f2b85a..b673835 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -1,5 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <assert.h>
struct debug_header {