aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2024-09-17 11:16:00 +0200
committerHimbeer <himbeer@disroot.org>2024-09-17 18:01:09 +0200
commitd1f5ba93d67ff925c840274a3c4f5293ac942a2b (patch)
treef834758fa4bd5f10e3ae4ab557186a318c880cff
parent7eb80b416dd7261fb50334a53d0ad48afcd8f04f (diff)
Add missing util.c includes
-rw-r--r--src/util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.c b/src/util.c
index d34b722..9b79ac7 100644
--- a/src/util.c
+++ b/src/util.c
@@ -1,4 +1,6 @@
+#include <stdio.h>
#include <stdlib.h>
+#include "util.h"
void *
must_malloc(size_t size)