summaryrefslogtreecommitdiff
path: root/gdb/alphanbsd-tdep.c
diff options
context:
space:
mode:
authorNathan J. Williams <nathanw@wasabisystems.com>2004-05-10 18:36:52 +0000
committerNathan J. Williams <nathanw@wasabisystems.com>2004-05-10 18:36:52 +0000
commit9baa71554048fe98f49be1844fbfd0f5c6400fe8 (patch)
tree70deb11664dfd0c58785e92bf10e8c1bc8a82769 /gdb/alphanbsd-tdep.c
parentefebe68d7eac60b6b2bac31e4221fd463b1c3c22 (diff)
downloadgdb-9baa71554048fe98f49be1844fbfd0f5c6400fe8.tar.gz
* alphanbsd-tdep.c: Fix include of "gdb_string.h".
Diffstat (limited to 'gdb/alphanbsd-tdep.c')
-rw-r--r--gdb/alphanbsd-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/alphanbsd-tdep.c b/gdb/alphanbsd-tdep.c
index ed57f391ca6..97d32ec305b 100644
--- a/gdb/alphanbsd-tdep.c
+++ b/gdb/alphanbsd-tdep.c
@@ -27,7 +27,7 @@
#include "value.h"
#include "osabi.h"
-#include "gdb-string.h"
+#include "gdb_string.h"
#include "alpha-tdep.h"
#include "alphabsd-tdep.h"