aboutsummaryrefslogtreecommitdiff
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
commitcca0d3b0302614184413157e253136ebf3aa5295 (patch)
tree55d9d2be97144e06ccecd36743f840134c08ce3e /gdb/alphanbsd-tdep.c
parentd303a6c766567886ef8ad122d6fcd4947a7a5954 (diff)
downloadfsf-binutils-gdb-cca0d3b0302614184413157e253136ebf3aa5295.zip
fsf-binutils-gdb-cca0d3b0302614184413157e253136ebf3aa5295.tar.gz
fsf-binutils-gdb-cca0d3b0302614184413157e253136ebf3aa5295.tar.bz2
* 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 ed57f39..97d32ec 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"