summaryrefslogtreecommitdiffstats
path: root/polyp/xmalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/xmalloc.h')
-rw-r--r--polyp/xmalloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/polyp/xmalloc.h b/polyp/xmalloc.h
index 5f58a8ad..45209b05 100644
--- a/polyp/xmalloc.h
+++ b/polyp/xmalloc.h
@@ -2,6 +2,7 @@
#define foomemoryhfoo
#include <sys/types.h>
+#include <stdlib.h>
void* pa_xmalloc(size_t l);
void *pa_xmalloc0(size_t l);