aboutsummaryrefslogtreecommitdiff
path: root/da.h
diff options
context:
space:
mode:
Diffstat (limited to 'da.h')
-rw-r--r--da.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/da.h b/da.h
index 91df7be..8f99d01 100644
--- a/da.h
+++ b/da.h
@@ -67,6 +67,13 @@
#ifndef MANGO_DA_H
#define MANGO_DA_H
+#include <err.h>
+#include <errno.h>
+#include <stddef.h>
+#include <stdint.h>
+#include <stdlib.h>
+#include <string.h>
+
#define DA_ALLOC(p, n) \
do { \
if ((n) && SIZE_MAX / (n) < sizeof(*(p))) { \