* defs.h: Include build-gnulib/config.h

* server.h: Include build-gnulib-gbserver/config.h.
	* gdbreplay.c: Likewise.
This commit is contained in:
Keith Seitz 2012-08-22 20:04:05 +00:00
parent 6ca1b14767
commit 406b1477f5
5 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-08-22 Keith Seitz <keiths@redhat.com>
* defs.h: Include build-gnulib/config.h
2012-08-22 Joseph Myers <joseph@codesourcery.com>
* arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc

View File

@ -27,6 +27,7 @@
#endif
#include "config.h" /* Generated by configure. */
#include "build-gnulib/config.h"
#include <sys/types.h>
#include <stdio.h>

View File

@ -1,3 +1,8 @@
2012-08-22 Keith Seitz <keiths@redhat.com>
* server.h: Include build-gnulib-gbserver/config.h.
* gdbreplay.c: Likewise.
2012-08-08 Doug Evans <dje@google.com>
* Makefile.in (SFILES): Add gdb_vecs.c.

View File

@ -19,6 +19,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "config.h"
#include "build-gnulib-gdbserver/config.h"
#include <stdio.h>
#if HAVE_SYS_FILE_H
#include <sys/file.h>

View File

@ -21,6 +21,7 @@
#define SERVER_H
#include "config.h"
#include "build-gnulib-gdbserver/config.h"
#ifdef __MINGW32CE__
#include "wincecompat.h"