* python/py-frame.c (frapy_block): Fix error message text.
[deliverable/binutils-gdb.git] / gdb / c-exp.y
index fecfd152f1dedbdddca2f939f68a5737d6c57d5a..5d4cd8198a80fef7b335abf4fde281b9bef238b4 100644 (file)
@@ -36,7 +36,7 @@
 %{
 
 #include "defs.h"
-#include "gdb_string.h"
+#include <string.h>
 #include <ctype.h>
 #include "expression.h"
 #include "value.h"
This page took 0.024468 seconds and 4 git commands to generate.