summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo C2018-06-29 00:39:33 +0200
committerLeo C2018-06-29 00:39:33 +0200
commitc3ce66a888beadf2a6d524101dd009d5acd452ae (patch)
tree0a8baff3929c38a0deb518bea1411b45789bbbe1
parent8eb73d1751705942b4f0891a90a669ce63b98866 (diff)
downloadz180-stamp-c3ce66a888beadf2a6d524101dd009d5acd452ae.zip
env.c needs getopt-min.h
-rw-r--r--avr/env.c1
1 files changed, 1 insertions, 0 deletions
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"