diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-06-15 15:49:18 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-06-15 15:49:18 +0000 |
commit | 10fdaa55c80c807b98427c3d13c891b3e140c7e6 (patch) | |
tree | 4d9f0e70fa68471c2906f656b9210049b258b206 /src | |
parent | 26a7bd6b022d02e6a74343a785404f87cad70d99 (diff) |
included <string.h>
svn path=/trunk/externals/zexy/; revision=3174
Diffstat (limited to 'src')
-rw-r--r-- | src/index.c | 1 |
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 --------------------- */ |