diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-08-11 19:57:52 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-08-11 19:57:52 -0400 |
commit | f9a34b02407a270b18601c5c1e0d28f3f9b436d7 (patch) | |
tree | 58a7288f2de85cb97393731638893bc1f21c7a29 /src/strings | |
parent | b0bbffc318a316d814754917ee67147ff8c2282e (diff) |
add missing include
Diffstat (limited to 'src/strings')
-rw-r--r-- | src/strings/index.c | 1 |
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) { |