From f9a34b02407a270b18601c5c1e0d28f3f9b436d7 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 11 Aug 2020 19:57:52 -0400 Subject: add missing include --- src/strings/index.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/strings') 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 +#include "string.h" char *index(const char *s, int c) { -- cgit v1.2.1