summary refs log tree commit diff
path: root/src/memalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/memalloc.h')
-rw-r--r--src/memalloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/memalloc.h b/src/memalloc.h
index b9c63da..b9adf76 100644
--- a/src/memalloc.h
+++ b/src/memalloc.h
@@ -35,6 +35,7 @@
  */
 
 #include <stddef.h>
+#include <stdlib.h>
 
 struct stackmark {
 	struct stack_block *stackp;