aboutsummaryrefslogtreecommitdiffstats
path: root/tools/debugger
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-12-10 13:28:58 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-12-10 13:28:58 +0000
commita654ad01a70d37abb26a3e71368affc01870e712 (patch)
treeb0479fde13f6e318eb44fce8babd4ab1be60c241 /tools/debugger
parent7542c4ff00f26a91840afb3336058e8782399365 (diff)
downloadxen-a654ad01a70d37abb26a3e71368affc01870e712.tar.gz
xen-a654ad01a70d37abb26a3e71368affc01870e712.tar.bz2
xen-a654ad01a70d37abb26a3e71368affc01870e712.zip
gdbserver: Fix build failure.
From: Edwin Zhai <edwin.zhai@intel.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools/debugger')
-rw-r--r--tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/Makefile.in b/tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/Makefile.in
index e470217934..1ceb866df3 100644
--- a/tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/Makefile.in
+++ b/tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/Makefile.in
@@ -83,7 +83,7 @@ READLINE_DEP = $$(READLINE_DIR)
# -I. for config files.
# -I${srcdir} for our headers.
# -I$(srcdir)/../regformats for regdef.h.
-INCLUDE_CFLAGS = -I. -I${srcdir} -I$(srcdir)/../regformats -I$(INCLUDE_DIR) -I../../../../../libxc/
+INCLUDE_CFLAGS = -I. -I${srcdir} -I$(srcdir)/../regformats -I$(INCLUDE_DIR) -I../../../../../libxc/ -I../../../../../include/
# M{H,T}_CFLAGS, if defined, has host- and target-dependent CFLAGS
# from the config/ directory.