Browse Source

Add #include "config.h".

cygwin-64bit-branch
Michael Eager 14 years ago
parent
commit
f5546abd5e
  1. 4
      sim/ChangeLog
  2. 1
      sim/microblaze/interp.c

4
sim/ChangeLog

@ -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

1
sim/microblaze/interp.c

@ -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"

Loading…
Cancel
Save