public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: cgen@sourceware.org
Subject: [PATCH] desc: include stdlib.h for free
Date: Tue, 18 May 2021 22:01:44 -0400	[thread overview]
Message-ID: <20210519020144.21104-1-vapier@gentoo.org> (raw)

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


             reply	other threads:[~2021-05-19  2:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-19  2:01 Mike Frysinger [this message]
2021-09-10  3:29 ` Mike Frysinger
2021-09-10 11:49   ` Jose E. Marchesi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210519020144.21104-1-vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=cgen@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).