diff options
Diffstat (limited to 'binutils/coffdump.c')
-rw-r--r-- | binutils/coffdump.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binutils/coffdump.c b/binutils/coffdump.c index 8f1a407e163..7b6ead4af38 100644 --- a/binutils/coffdump.c +++ b/binutils/coffdump.c @@ -23,11 +23,12 @@ This module reads a type tree generated by coffgrok and prints it out so we can test the grokker. */ +#include "sysdep.h" #include "bfd.h" #include "libiberty.h" +#include "bucomm.h" #include "coffgrok.h" -#include "bucomm.h" #include "getopt.h" static int atnl; |