From 5d00de50ff97c4a993b02b5a1cb76a4ca8daf92b Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 1 May 2014 19:17:42 -0700 Subject: Oops, forgot to fix missing/getopt_long.c to include getopt_long.h. --- missing/getopt_long.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'missing') diff --git a/missing/getopt_long.c b/missing/getopt_long.c index 245e7bd3..2a80fc39 100644 --- a/missing/getopt_long.c +++ b/missing/getopt_long.c @@ -51,7 +51,7 @@ #include -#include "getopt.h" +#include "getopt_long.h" #include #include #include -- cgit v1.2.1