summaryrefslogtreecommitdiff
path: root/impl.c
diff options
context:
space:
mode:
Diffstat (limited to 'impl.c')
-rw-r--r--impl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/impl.c b/impl.c
index 96d8836..03014bb 100644
--- a/impl.c
+++ b/impl.c
@@ -1,6 +1,9 @@
#define STR_IMPL
#define STRIO_IMPL
#define ARENA_IMPL
+#define DYNARR_IMPL
+
#include "str.h"
#include "strio.h"
#include "arena.h"
+#include "dynarr.h"