summaryrefslogtreecommitdiffstats
path: root/include/c.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/c.h')
-rw-r--r--include/c.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/c.h b/include/c.h
index 1eda75f6b..2a317eb52 100644
--- a/include/c.h
+++ b/include/c.h
@@ -15,6 +15,8 @@
#include <string.h>
#include <errno.h>
+#include <assert.h>
+
#ifdef HAVE_ERR_H
# include <err.h>
#endif