aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorKeith Seitz <keiths@redhat.com>2012-08-22 20:04:05 +0000
committerKeith Seitz <keiths@redhat.com>2012-08-22 20:04:05 +0000
commit406b1477f51e5a4f953f2792fb14e5c3cf1dc1df (patch)
tree8f63e97d97ff87a2f78a984fe87b34108a4b86c1 /gdb/defs.h
parent6ca1b1476715499432ef8ea211fa0ea5c0e412c4 (diff)
downloadgdb-406b1477f51e5a4f953f2792fb14e5c3cf1dc1df.zip
gdb-406b1477f51e5a4f953f2792fb14e5c3cf1dc1df.tar.gz
gdb-406b1477f51e5a4f953f2792fb14e5c3cf1dc1df.tar.bz2
* defs.h: Include build-gnulib/config.h
* server.h: Include build-gnulib-gbserver/config.h. * gdbreplay.c: Likewise.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 96bc58c..5e8a681 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -27,6 +27,7 @@
#endif
#include "config.h" /* Generated by configure. */
+#include "build-gnulib/config.h"
#include <sys/types.h>
#include <stdio.h>