]> git.imager.perl.org - poe-xs-queue-array.git/commitdiff
missing header
authorTony Cook <tony@develop=help.com>
Sun, 9 Jul 2006 13:11:24 +0000 (13:11 +0000)
committerTony Cook <tony@develop=help.com>
Sun, 9 Jul 2006 13:11:24 +0000 (13:11 +0000)
alloc.c

diff --git a/alloc.c b/alloc.c
index 9a7dfb6241e952f16563c3ae8d4fecffc4198e37..8bc037cf314bf5d25dcf334fd13d1b97caf716a2 100644 (file)
--- a/alloc.c
+++ b/alloc.c
@@ -2,6 +2,7 @@
 #include <stdio.h>
 #include <errno.h>
 #include <stdarg.h>
+#include <string.h>
 
 /* cheap version of Imager's logging */
 char const *last_file; int last_line;