From 798b1dc391f424868f5f4bac8937c191ed4716b8 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Mon, 30 Jan 2023 00:05:53 +0000 Subject: headers moved around --- lib/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/string.c') diff --git a/lib/string.c b/lib/string.c index 3d3f4a1..5d4efb7 100644 --- a/lib/string.c +++ b/lib/string.c @@ -1,4 +1,4 @@ -#include +#include size_t strlen(const char *s) { -- cgit v1.3.1-1-g115d