diff options
-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 --------------------- */ |