From e25ef756920ca85b409269696b73282bda840784 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Fri, 3 Jan 2020 13:55:16 +0100 Subject: [PATCH] cangen: explicitly include getopt was being pulled in indirectly via the other headers. We use it, thus include it directly instead. Signed-off-by: Ahmad Fatoum --- cangen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cangen.c b/cangen.c index 9a1914b..1c75162 100644 --- a/cangen.c +++ b/cangen.c @@ -53,6 +53,7 @@ #include #include #include +#include #include #include