From: Leo C Date: Thu, 28 Jun 2018 22:39:33 +0000 (+0200) Subject: env.c needs getopt-min.h X-Git-Tag: hexrel-6.8.3~1 X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/commitdiff_plain/c3ce66a888beadf2a6d524101dd009d5acd452ae env.c needs getopt-min.h --- 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"