diff options
Diffstat (limited to 'gdb/eval.c')
-rw-r--r-- | gdb/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/eval.c b/gdb/eval.c index e83bfdf8f17..9d81a92bcc5 100644 --- a/gdb/eval.c +++ b/gdb/eval.c @@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "gdb_string.h" +#include <string.h> #include "symtab.h" #include "gdbtypes.h" #include "value.h" |