From ca1cc11138b4ba670f6bbd6b41b7f288b364ed90 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Sat, 23 Jul 2005 14:57:03 +0000 Subject: [PATCH] * getopt.c: Include ansidecl.h before system headers. From-SVN: r102308 --- libiberty/ChangeLog | 4 ++++ libiberty/getopt.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 2ab94a2cc22..589afe76631 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2005-07-23 Kaveh R. Ghazi + + * getopt.c: Include ansidecl.h before system headers. + 2005-07-22 Ben Elliston * getopt.c: Include "ansidecl.h". diff --git a/libiberty/getopt.c b/libiberty/getopt.c index 848c183f34f..d9c3532ce11 100644 --- a/libiberty/getopt.c +++ b/libiberty/getopt.c @@ -42,8 +42,8 @@ # endif #endif -#include #include "ansidecl.h" +#include /* Comment out all this code if we are using the GNU C Library, and are not actually compiling the library itself. This code is part of the GNU C -- 2.30.2