summary refs log tree commit diff
diff options
context:
space:
mode:
authorWormHeamer2025-03-10 15:18:59 -0400
committerWormHeamer2025-03-10 15:18:59 -0400
commitad8e877bf9145de708f12d614f3c727867ee62a3 (patch)
treea5a5df772767a26722e7bbcd2d441785b1ee1a2a
parent5560bd06cd3eaeb5739690cd34354985bc948a96 (diff)
add stdint.h to arena.h
-rw-r--r--arena.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arena.h b/arena.h
index 2058559..7b20ad4 100644
--- a/arena.h
+++ b/arena.h
@@ -1,6 +1,8 @@
 #ifndef ARENA_H
 #define ARENA_H
 
+#include <stdint.h>
+
 #include "typ.h"
 
 typedef struct {