diff options
author | Nathan J. Williams <nathanw@wasabisystems.com> | 2004-05-10 18:36:52 +0000 |
---|---|---|
committer | Nathan J. Williams <nathanw@wasabisystems.com> | 2004-05-10 18:36:52 +0000 |
commit | cca0d3b0302614184413157e253136ebf3aa5295 (patch) | |
tree | 55d9d2be97144e06ccecd36743f840134c08ce3e /gdb/alphanbsd-tdep.c | |
parent | d303a6c766567886ef8ad122d6fcd4947a7a5954 (diff) | |
download | binutils-gdb-cca0d3b0302614184413157e253136ebf3aa5295.tar.gz |
* alphanbsd-tdep.c: Fix include of "gdb_string.h".
Diffstat (limited to 'gdb/alphanbsd-tdep.c')
-rw-r--r-- | gdb/alphanbsd-tdep.c | 2 |
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" |