This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] fix to include in alphanbsd-tdep.c


Committed as obvious (but eww, underscores in filenames).

        - Nathan

2004-05-10  Nathan J. Williams  <nathanw@wasabisystems.com>

	* 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"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]