From 024a7f06979b467299a85e915b78af456a89e3a6 Mon Sep 17 00:00:00 2001 From: paul Date: Sun, 15 May 2005 14:25:08 +0000 Subject: 2005-05-15 Paul Jakma * getopt.h: It's not just __GNU_LIBRARY__ which defines getopt, eg __EXTENSIONS__ does too on SunOS. It still seems awfully fragile though. * getopt.c: include zebra.h after config.h, before including getopt.h so that things at least are consistent.. * getopt1.c: ditto --- lib/getopt1.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/getopt1.c') diff --git a/lib/getopt1.c b/lib/getopt1.c index ff257374..985f12c5 100644 --- a/lib/getopt1.c +++ b/lib/getopt1.c @@ -24,6 +24,7 @@ #include #endif +#include #include "getopt.h" #if !defined __STDC__ || !__STDC__ -- cgit v1.2.1