Add #include "config.h".

This commit is contained in:
Michael Eager 2012-06-06 15:05:23 +00:00
parent ffbc01ccf0
commit f5546abd5e
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-06-06 Michael Eager <eager@eagercon.com>
* microblaze/interp.c (config.h): Add #include.
2011-11-29 Joel Brobecker <brobecker@adacore.com>
* MAINTAINERS (Global Maintainers): New section. Add Mike

View File

@ -23,6 +23,7 @@
#include <sys/times.h>
#include <sys/param.h>
#include <netinet/in.h> /* for byte ordering macros */
#include "config.h"
#include "bfd.h"
#include "gdb/callback.h"
#include "libiberty.h"