diff options
Diffstat (limited to 'gdb/f-exp.y')
-rw-r--r-- | gdb/f-exp.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/f-exp.y b/gdb/f-exp.y index 59c5e6c..567cd00 100644 --- a/gdb/f-exp.y +++ b/gdb/f-exp.y @@ -42,7 +42,7 @@ %{ #include "defs.h" -#include "gdb_string.h" +#include <string.h> #include "expression.h" #include "value.h" #include "parser-defs.h" |