]> cloudbase.mooo.com Git - z180-stamp.git/commitdiff
env.c needs getopt-min.h
authorLeo C <erbl259-lmu@yahoo.de>
Thu, 28 Jun 2018 22:39:33 +0000 (00:39 +0200)
committerLeo C <erbl259-lmu@yahoo.de>
Thu, 28 Jun 2018 22:39:33 +0000 (00:39 +0200)
avr/env.c

index b45f0af948e701b4627b6ed2579d137094145f77..70209ca00fae6e170f5cfaeeddaf856a77c6e5c9 100644 (file)
--- 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"