From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Nathan J. Williams" To: gdb-patches@sources.redhat.com Subject: [commit] fix to include in alphanbsd-tdep.c Date: Mon, 10 May 2004 18:54:00 -0000 Message-id: X-SW-Source: 2004-05/msg00295.html Committed as obvious (but eww, underscores in filenames). - Nathan 2004-05-10 Nathan J. Williams * alphanbsd-tdep.c: Fix include of "gdb_string.h". Index: alphanbsd-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/alphanbsd-tdep.c,v retrieving revision 1.22 diff -u -r1.22 alphanbsd-tdep.c --- alphanbsd-tdep.c 8 May 2004 17:33:23 -0000 1.22 +++ alphanbsd-tdep.c 10 May 2004 18:28:32 -0000 @@ -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"