summaryrefslogtreecommitdiff
path: root/xmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'xmalloc.c')
-rw-r--r--xmalloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmalloc.c b/xmalloc.c
index 246be07..b40f14c 100644
--- a/xmalloc.c
+++ b/xmalloc.c
@@ -18,6 +18,7 @@
#include "xutils.h"
#include "built_in.h"
#include "die.h"
+#include "str.h"
void *xmalloc(size_t size)
{