aboutsummaryrefslogtreecommitdiff
path: root/src/index.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-06-15 15:49:18 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-06-15 15:49:18 +0000
commit10fdaa55c80c807b98427c3d13c891b3e140c7e6 (patch)
tree4d9f0e70fa68471c2906f656b9210049b258b206 /src/index.c
parent26a7bd6b022d02e6a74343a785404f87cad70d99 (diff)
included <string.h>
svn path=/trunk/externals/zexy/; revision=3174
Diffstat (limited to 'src/index.c')
-rw-r--r--src/index.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.c b/src/index.c
index e3007df..e7db366 100644
--- a/src/index.c
+++ b/src/index.c
@@ -34,6 +34,7 @@
*/
#include "zexy.h"
+#include <string.h>
/* ----------------------- index --------------------- */