public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH/committed] sim: bfin: add strings.h for ffs()
@ 2021-05-23 21:38 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2021-05-23 21:38 UTC (permalink / raw)
  To: gdb-patches

---
 sim/bfin/ChangeLog     | 4 ++++
 sim/bfin/dv-bfin_cec.c | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/sim/bfin/ChangeLog b/sim/bfin/ChangeLog
index c4c38436ef1e..1ebf6818ac77 100644
--- a/sim/bfin/ChangeLog
+++ b/sim/bfin/ChangeLog
@@ -1,3 +1,7 @@
+2021-05-23  Mike Frysinger  <vapier@gentoo.org>
+
+	* dv-bfin_cec.c: Include strings.h.
+
 2021-05-17  Mike Frysinger  <vapier@gentoo.org>
 
 	* sim-main.h (SIM_HAVE_COMMON_SIM_STATE): Delete.
diff --git a/sim/bfin/dv-bfin_cec.c b/sim/bfin/dv-bfin_cec.c
index 6179b16ad8a8..e80616d15d15 100644
--- a/sim/bfin/dv-bfin_cec.c
+++ b/sim/bfin/dv-bfin_cec.c
@@ -21,6 +21,8 @@
 /* This must come before any other includes.  */
 #include "defs.h"
 
+#include <strings.h>
+
 #include "sim-main.h"
 #include "devices.h"
 #include "dv-bfin_cec.h"
-- 
2.31.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-23 21:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-23 21:38 [PATCH/committed] sim: bfin: add strings.h for ffs() Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).