Fix issues with multiple inferiors
[deliverable/binutils-gdb.git] / sim / common / hw-events.c
index 8dee3d280cc46db435a700b2410d0fd896796587..f43726d17cf6919f115796f3ec3d4841576a8036 100644 (file)
@@ -1,5 +1,5 @@
 /* Hardware event manager.
-   Copyright (C) 1998-2014 Free Software Foundation, Inc.
+   Copyright (C) 1998-2020 Free Software Foundation, Inc.
    Contributed by Cygnus Support.
 
 This file is part of GDB, the GNU debugger.
@@ -23,6 +23,9 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "sim-events.h"
 
+#if HAVE_STRING_H
+#include <string.h>
+#endif
 
 /* The hw-events object is implemented using sim-events */
 
This page took 0.033867 seconds and 4 git commands to generate.