From ed04dd7fb0c859870e708da809b002508f959b1c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 31 Mar 2026 04:10:12 -0400 Subject: Replace strcmp() and friends, tolower(), with custom (small) routines. now at 5129 bytes free. --- src/cmd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cmd.c') diff --git a/src/cmd.c b/src/cmd.c index 4ef28f2..f081325 100644 --- a/src/cmd.c +++ b/src/cmd.c @@ -7,6 +7,7 @@ #include "screen.h" #include "edbox.h" #include "config.h" +#include "streq.h" /* A "command" is actually anything the user types, whether or not it starts with a / character. */ -- cgit v1.2.3