public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] desc: include stdlib.h for free
@ 2021-05-19  2:01 Mike Frysinger
  2021-09-10  3:29 ` Mike Frysinger
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Frysinger @ 2021-05-19  2:01 UTC (permalink / raw)
  To: cgen

---
 ChangeLog    | 4 ++++
 desc-cpu.scm | 1 +
 2 files changed, 5 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index ec199bef5d25..ceffe0bf7dde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-05-18  Mike Frysinger  <vapier@gentoo.org>
+
+	* desc-cpu.scm: Include stdlib.h.
+
 2021-02-01  Mike Frysinger  <vapier@gentoo.org>
 
 	* sim-decode.scm (TRACE_EXTRACT): Rename to ...
diff --git a/desc-cpu.scm b/desc-cpu.scm
index 34f5d5cb31c9..6fc9446fd951 100644
--- a/desc-cpu.scm
+++ b/desc-cpu.scm
@@ -1041,6 +1041,7 @@ extern \"C\" {
 #include \"sysdep.h\"
 #include <stdio.h>
 #include <stdarg.h>
+#include <stdlib.h>
 #include \"ansidecl.h\"
 #include \"bfd.h\"
 #include \"symcat.h\"
-- 
2.31.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-09-10 11:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-19  2:01 [PATCH] desc: include stdlib.h for free Mike Frysinger
2021-09-10  3:29 ` Mike Frysinger
2021-09-10 11:49   ` Jose E. Marchesi

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).