From 81fa40f9b6a9d021ee3693a3c2473a92c5c3a94c Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 20 Jul 2012 16:37:26 -0500 Subject: [PATCH] getopt_long: more fixing --- getopt_long.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getopt_long.h b/getopt_long.h index 3791b88..7bd35fd 100644 --- a/getopt_long.h +++ b/getopt_long.h @@ -35,7 +35,7 @@ #ifndef _GETOPT_LONG_H_ #define _GETOPT_LONG_H_ -#include +#include "stdinc.h" /* * GNU-like getopt_long()/getopt_long_only() with 4.4BSD optreset extension.