diff options
Diffstat (limited to 'gdb/alpha-nat.c')
-rw-r--r-- | gdb/alpha-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/alpha-nat.c b/gdb/alpha-nat.c index 2aa6bda..98da17e 100644 --- a/gdb/alpha-nat.c +++ b/gdb/alpha-nat.c @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "gdb_string.h" +#include <string.h> #include "inferior.h" #include "gdbcore.h" #include "target.h" |