summaryrefslogtreecommitdiff
path: root/vector.h
diff options
context:
space:
mode:
authorJasper2025-09-10 12:36:30 +0200
committerJasper2025-09-10 12:36:30 +0200
commit6876fa51662f57dd99762154ce9e37df804bf9d3 (patch)
tree5a3e4708c1a2a4f5e422555c326da4abb93a4a0c /vector.h
parent368f17a4142221a851784b9da37a985c806f5fcc (diff)
Building with tcc (for fun)
Diffstat (limited to 'vector.h')
-rw-r--r--vector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vector.h b/vector.h
index 0d00d4f..6756fa1 100644
--- a/vector.h
+++ b/vector.h
@@ -2,6 +2,7 @@
#define VECTOR_H
#include <stddef.h>
+#include <stdbool.h>
#define vector_at(v, i) ((v)->xs[(i)])