summary refs log tree commit diff
path: root/src/memalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/memalloc.c')
-rw-r--r--src/memalloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/memalloc.c b/src/memalloc.c
index e53da2f..358e6ec 100644
--- a/src/memalloc.c
+++ b/src/memalloc.c
@@ -41,6 +41,7 @@
 #include "error.h"
 #include "machdep.h"
 #include "mystring.h"
+#include "system.h"
 
 /*
  * Like malloc, but returns an error when out of space.