From c2451845f46cb6d41d6455cf153980ec8f9081bb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 20 Mar 2015 17:57:21 -0500 Subject: tools/build/binpatch.c: Include for getopt() --- tools/build/binpatch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/build/binpatch.c b/tools/build/binpatch.c index d85303e171..9c0a899a26 100644 --- a/tools/build/binpatch.c +++ b/tools/build/binpatch.c @@ -5,6 +5,7 @@ #include #include #include +#include static char buf[512]; -- cgit v1.2.3