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