diff options
Diffstat (limited to 'gdb/go-exp.y')
-rw-r--r-- | gdb/go-exp.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/go-exp.y b/gdb/go-exp.y index 01c382a..50b9cc2 100644 --- a/gdb/go-exp.y +++ b/gdb/go-exp.y @@ -52,7 +52,7 @@ %{ #include "defs.h" -#include "gdb_string.h" +#include <string.h> #include <ctype.h> #include "expression.h" #include "value.h" |