make dprintf.exp pass in target async mode
[binutils-gdb.git] / gdb / core-regset.c
index 2ebe91178dc0192589b282529e45a7a9f4fa928e..21ea88917f7976a37bdd6a25b324fd223f5c225a 100644 (file)
@@ -1,7 +1,6 @@
 /* Machine independent GDB support for core files on systems using "regsets".
 
-   Copyright (C) 1993-1996, 1998-2000, 2003, 2007-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -36,7 +35,7 @@
 
 #include <fcntl.h>
 #include <errno.h>
-#include "gdb_string.h"
+#include <string.h>
 #include <time.h>
 #ifdef HAVE_SYS_PROCFS_H
 #include <sys/procfs.h>