aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2005-03-04 17:52:53 +0000
committerDaniel Jacobowitz <drow@false.org>2005-03-04 17:52:53 +0000
commit6867ae3eab6112d511dad8ea86572f9fc4095b6d (patch)
tree01da734a7e0b1d72890201794ad8646745640ba0 /gdb/remote.c
parentf90221d302a76d152db1ff293985d0c018593dc2 (diff)
downloadgdb-6867ae3eab6112d511dad8ea86572f9fc4095b6d.zip
gdb-6867ae3eab6112d511dad8ea86572f9fc4095b6d.tar.gz
gdb-6867ae3eab6112d511dad8ea86572f9fc4095b6d.tar.bz2
* Makefile.in (remote.o): Update dependencies.
* remote.c: Include "observer.h".
Diffstat (limited to 'gdb/remote.c')
-rw-r--r--gdb/remote.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote.c b/gdb/remote.c
index 9b259fa..3e97427 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -41,6 +41,7 @@
#include "regcache.h"
#include "value.h"
#include "gdb_assert.h"
+#include "observer.h"
#include <ctype.h>
#include <sys/time.h>