diff options
Diffstat (limited to 'gdb/alphanbsd-tdep.c')
-rw-r--r-- | gdb/alphanbsd-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/alphanbsd-tdep.c b/gdb/alphanbsd-tdep.c index 757bc46a8f4..b19c72c7f8d 100644 --- a/gdb/alphanbsd-tdep.c +++ b/gdb/alphanbsd-tdep.c @@ -28,7 +28,7 @@ #include "value.h" #include "gdb_assert.h" -#include "gdb_string.h" +#include <string.h> #include "alpha-tdep.h" #include "alphabsd-tdep.h" |