From d45b87bc56c5d078faf97cff254700df328dd2a9 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 20 Jul 2012 16:35:53 -0500 Subject: [PATCH] getopt_long: use stdinc.h --- getopt_long.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/getopt_long.c b/getopt_long.c index 4e1cf2c..c0b100d 100644 --- a/getopt_long.c +++ b/getopt_long.c @@ -60,11 +60,10 @@ #include "getopt_long.h" -#include +#include "stdinc.h" #include #include -#include #include #include