summaryrefslogtreecommitdiff
path: root/src/strings/index.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/index.c')
-rw-r--r--src/strings/index.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strings/index.c b/src/strings/index.c
index 86e92b4a..22126d81 100644
--- a/src/strings/index.c
+++ b/src/strings/index.c
@@ -1,4 +1,5 @@
#include <strings.h>
+#include "string.h"
char *index(const char *s, int c)
{