From: Jim Rees <rees@umich.edu>
To: Steve Dickson <steved@redhat.com>
Cc: linux-nfs@vger.kernel.org
Subject: [PATCH] statd: include stdlib.h in simu.c
Date: Wed, 8 Jan 2014 18:54:33 -0500 [thread overview]
Message-ID: <1389225273-24273-1-git-send-email-rees@umich.edu> (raw)
Prevents undefined ref to NULL.
Signed-off-by: Jim Rees <rees@umich.edu>
---
utils/statd/simu.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/utils/statd/simu.c b/utils/statd/simu.c
index f1d0bf8..8932650 100644
--- a/utils/statd/simu.c
+++ b/utils/statd/simu.c
@@ -8,6 +8,7 @@
#include <config.h>
#endif
+#include <stdlib.h>
#include <netdb.h>
#include <arpa/inet.h>
--
1.8.5.2
next reply other threads:[~2014-01-08 23:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-08 23:54 Jim Rees [this message]
2014-01-09 0:36 ` [PATCH] statd: include stdlib.h in simu.c Jim Rees
2014-01-09 16:04 ` Steve Dickson
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=1389225273-24273-1-git-send-email-rees@umich.edu \
--to=rees@umich.edu \
--cc=linux-nfs@vger.kernel.org \
--cc=steved@redhat.com \
/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