]> Git Repo - binutils.git/commitdiff
2002-09-20 David Carlton <[email protected]>
authorDavid Carlton <[email protected]>
Fri, 20 Sep 2002 17:37:11 +0000 (17:37 +0000)
committerDavid Carlton <[email protected]>
Fri, 20 Sep 2002 17:37:11 +0000 (17:37 +0000)
* c-lang.c: #include "gdb_string.h"

gdb/ChangeLog
gdb/c-lang.c

index ec776f7ffeda122012bf578fdb562d73846b0355..d17e3aafeed17f364dbc2a8af5d334ce1a9c5b76 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-20  David Carlton  <[email protected]>
+
+       * c-lang.c: #include "gdb_string.h"
+
 2002-09-20  Fernando Nasser  <[email protected]>
 
        From 2002-07-02  George Helffrich <[email protected]>
index 6bbd6d9829622a59a5eff3e8b64d52608be73c71..4b4af164ec5968d54bac6ef8ef957e83fcac80c4 100644 (file)
@@ -30,6 +30,7 @@
 #include "macroscope.h"
 #include "gdb_assert.h"
 #include "charset.h"
+#include "gdb_string.h"
 
 extern void _initialize_c_language (void);
 static void c_emit_char (int c, struct ui_file * stream, int quoter);
This page took 0.050047 seconds and 4 git commands to generate.