aboutsummaryrefslogtreecommitdiff
path: root/gdb/ppcnbsd-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-05-11 16:16:29 +0000
committerAndrew Cagney <cagney@redhat.com>2004-05-11 16:16:29 +0000
commitd28b44a731de335df91e1c950b8100d67edef854 (patch)
tree0db3e3c2905d5aeaf5a3df0004f8a1a22e815655 /gdb/ppcnbsd-tdep.c
parent22fe14ad41ac9f7b8fd61bc25e08e51094dcb116 (diff)
downloadgdb-d28b44a731de335df91e1c950b8100d67edef854.zip
gdb-d28b44a731de335df91e1c950b8100d67edef854.tar.gz
gdb-d28b44a731de335df91e1c950b8100d67edef854.tar.bz2
2004-05-11 Andrew Cagney <cagney@redhat.com>
* ppcnbsd-tdep.c: Include "gdb_assert.h". * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
Diffstat (limited to 'gdb/ppcnbsd-tdep.c')
-rw-r--r--gdb/ppcnbsd-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ppcnbsd-tdep.c b/gdb/ppcnbsd-tdep.c
index 30a8375..0765292 100644
--- a/gdb/ppcnbsd-tdep.c
+++ b/gdb/ppcnbsd-tdep.c
@@ -34,7 +34,7 @@
#include "nbsd-tdep.h"
#include "tramp-frame.h"
#include "trad-frame.h"
-
+#include "gdb_assert.h"
#include "solib-svr4.h"
#define REG_FIXREG_OFFSET(x) ((x) * 4)