aboutsummaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2003-06-14 16:18:32 +0000
committerDaniel Jacobowitz <drow@false.org>2003-06-14 16:18:32 +0000
commit3b3e6beefbaca54b8965a2f7450817f48fe669f5 (patch)
treef5dffa30d1818d55593662d6ba46ba252e97c884 /gdb/gnu-nat.c
parent059083b103ef6c543fe25a882805773adc13593b (diff)
downloadfsf-binutils-gdb-3b3e6beefbaca54b8965a2f7450817f48fe669f5.zip
fsf-binutils-gdb-3b3e6beefbaca54b8965a2f7450817f48fe669f5.tar.gz
fsf-binutils-gdb-3b3e6beefbaca54b8965a2f7450817f48fe669f5.tar.bz2
* Makefile.in (exc_request_U_h): Define
(exc_request_S_h): Likewise. (msg_reply_S_h): Likewise. (msg_U_h): Likewise. (notify_S_h): Likewise. (process_reply_S_h): Likewise. (gnu-nat.o): Depend on gdb_obstack_h * gnu-nat.c: Include "gdb_obstack.h".
Diffstat (limited to 'gdb/gnu-nat.c')
-rw-r--r--gdb/gnu-nat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c
index 8be456f..9b63616 100644
--- a/gdb/gnu-nat.c
+++ b/gdb/gnu-nat.c
@@ -62,6 +62,7 @@
#include "gdbcore.h"
#include "gdbthread.h"
#include "gdb_assert.h"
+#include "gdb_obstack.h"
#include "gnu-nat.h"