diff options
Diffstat (limited to 'binutils/coffdump.c')
-rw-r--r-- | binutils/coffdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/coffdump.c b/binutils/coffdump.c index db5034e..065e9e1 100644 --- a/binutils/coffdump.c +++ b/binutils/coffdump.c @@ -24,11 +24,11 @@ it out so we can test the grokker. */ #include <bfd.h> -#include <getopt.h> #include <libiberty.h> #include "coffgrok.h" #include "bucomm.h" +#include "getopt.h" static int atnl; |