From c3ce66a888beadf2a6d524101dd009d5acd452ae Mon Sep 17 00:00:00 2001 From: Leo C Date: Fri, 29 Jun 2018 00:39:33 +0200 Subject: [PATCH] env.c needs getopt-min.h --- avr/env.c | 1 + 1 file changed, 1 insertion(+) diff --git a/avr/env.c b/avr/env.c index b45f0af..70209ca 100644 --- a/avr/env.c +++ b/avr/env.c @@ -14,6 +14,7 @@ #include "debug.h" #include "xmalloc.h" #include "crc.h" +#include "getopt-min.h" #include "command.h" #include "env.h" -- 2.39.2