mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-15 16:19:24 +00:00
Add #include "config.h".
This commit is contained in:
parent
ffbc01ccf0
commit
f5546abd5e
@ -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
|
||||
|
@ -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…
Reference in New Issue
Block a user