From: Nathan J. Williams Date: Mon, 10 May 2004 18:36:52 +0000 (+0000) Subject: * alphanbsd-tdep.c: Fix include of "gdb_string.h". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cca0d3b0302614184413157e253136ebf3aa5295;p=binutils-gdb.git * alphanbsd-tdep.c: Fix include of "gdb_string.h". --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5e77fcf06b1..599cdd4c00b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2004-05-10 Nathan J. Williams + + * alphanbsd-tdep.c: Fix include of "gdb_string.h". + 2004-05-10 Andrew Cagney * infrun.c (check_sigtramp2): Delete function. 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"