aboutsummaryrefslogtreecommitdiff
path: root/libiberty/getopt.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2005-07-23 14:57:03 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2005-07-23 14:57:03 +0000
commitca1cc11138b4ba670f6bbd6b41b7f288b364ed90 (patch)
treed7b69644f801e71c83d0e07483ef94a71ec48050 /libiberty/getopt.c
parent118ea793126f7e628d11de81cd4d100785e104e8 (diff)
downloadgcc-ca1cc11138b4ba670f6bbd6b41b7f288b364ed90.zip
gcc-ca1cc11138b4ba670f6bbd6b41b7f288b364ed90.tar.gz
gcc-ca1cc11138b4ba670f6bbd6b41b7f288b364ed90.tar.bz2
* getopt.c: Include ansidecl.h before system headers.
From-SVN: r102308
Diffstat (limited to 'libiberty/getopt.c')
-rw-r--r--libiberty/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/getopt.c b/libiberty/getopt.c
index 848c183..d9c3532 100644
--- a/libiberty/getopt.c
+++ b/libiberty/getopt.c
@@ -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