From c074645660f58faee1f653e4e8bd1ebf832c21f1 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 22 May 2020 13:10:49 -0400 Subject: opt: Add missing #include --- opt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'opt.c') diff --git a/opt.c b/opt.c index 7d13b8d..42307a2 100644 --- a/opt.c +++ b/opt.c @@ -48,6 +48,7 @@ #include #include #include +#include static char *fake_and_arg = "-a"; static char *fake_or_arg = "-o"; -- cgit v1.2.3