summary refs log tree commit diff
path: root/dynarr.h
diff options
context:
space:
mode:
Diffstat (limited to 'dynarr.h')
-rw-r--r--dynarr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dynarr.h b/dynarr.h
index c9ce637..31b63a6 100644
--- a/dynarr.h
+++ b/dynarr.h
@@ -6,6 +6,8 @@
 #include <string.h>
 #include <err.h>
 
+#include "stdwrm.h"
+
 typedef struct { size_t count, capacity; } DynArrHeader;
 
 #define DYNARR(type) type *