summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Liu <joshua.liu@sourceobby.com>2025-05-18 22:59:55 -0400
committerJoshua Liu <joshua.liu@sourceobby.com>2025-05-18 22:59:55 -0400
commit3cec2329b17b4615f2cbd14e66e54460c8408a5e (patch)
treee0e057c786180d7e8a30c8663ccd3b48aa088786
parent98d6ca6cf4adc75f3016a7fd4b83950e8f96fdd3 (diff)
refactor: moved most of the imports here
-rw-r--r--util.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/util.h b/util.h
index 921a5de..8eeb2e6 100644
--- a/util.h
+++ b/util.h
@@ -1,2 +1,7 @@
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <pthread.h>
+#include <sys/epoll.h>
int die();