diff options
Diffstat (limited to 'src/strings/index.c')
| -rw-r--r-- | src/strings/index.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings/index.c b/src/strings/index.c index 22126d81..0d5ca277 100644 --- a/src/strings/index.c +++ b/src/strings/index.c @@ -1,5 +1,5 @@ +#include <string.h> #include <strings.h> -#include "string.h" char *index(const char *s, int c) { |
