* alphanbsd-tdep.c: Fix include of "gdb_string.h".
authorNathan J. Williams <nathanw@wasabisystems.com>
Mon, 10 May 2004 18:36:52 +0000 (18:36 +0000)
committerNathan J. Williams <nathanw@wasabisystems.com>
Mon, 10 May 2004 18:36:52 +0000 (18:36 +0000)
gdb/ChangeLog
gdb/alphanbsd-tdep.c

index 5e77fcf06b16d31d2809713dd9c381ef476bab41..599cdd4c00b79db5cb56fee2f5b3dba8a864e77c 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-10  Nathan J. Williams  <nathanw@wasabisystems.com>
+
+       * alphanbsd-tdep.c: Fix include of "gdb_string.h".
+
 2004-05-10  Andrew Cagney  <cagney@redhat.com>
 
        * infrun.c (check_sigtramp2): Delete function.
index ed57f391ca6fc9b8e18c62bc4c0ec21e750e21a9..97d32ec305b9cf8615ed72d6902f09bed7022fa2 100644 (file)
@@ -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"
This page took 0.029357 seconds and 4 git commands to generate.