diff options
Diffstat (limited to 'binutils/cxxfilt.c')
-rw-r--r-- | binutils/cxxfilt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/cxxfilt.c b/binutils/cxxfilt.c index 193289b..bed0537 100644 --- a/binutils/cxxfilt.c +++ b/binutils/cxxfilt.c @@ -22,13 +22,13 @@ Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "config.h" +#include "sysdep.h" #include "bfd.h" -#include "bucomm.h" #include "libiberty.h" #include "demangle.h" #include "getopt.h" #include "safe-ctype.h" +#include "bucomm.h" static int flags = DMGL_PARAMS | DMGL_ANSI | DMGL_VERBOSE; static int strip_underscore = TARGET_PREPENDS_UNDERSCORE; |