diff options
Diffstat (limited to 'libiberty/getopt.c')
-rw-r--r-- | libiberty/getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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 |