merge from gcc
authorDJ Delorie <dj@redhat.com>
Sat, 23 Jul 2005 15:17:18 +0000 (15:17 +0000)
committerDJ Delorie <dj@redhat.com>
Sat, 23 Jul 2005 15:17:18 +0000 (15:17 +0000)
libiberty/ChangeLog
libiberty/getopt.c

index 2ab94a2..589afe7 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * getopt.c: Include ansidecl.h before system headers.
+
 2005-07-22  Ben Elliston  <bje@gnu.org>
 
        * getopt.c: Include "ansidecl.h".
index 848c183..d9c3532 100644 (file)
@@ -42,8 +42,8 @@
 # endif
 #endif
 
-#include <stdio.h>
 #include "ansidecl.h"
+#include <stdio.h>
 
 /* 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