From: Felix Janda <felix.janda@posteo.de>
To: linux-nfs@vger.kernel.org
Subject: [PATCH libnfsidmap 2/2] cfg.c: include <sys/types.h> for u_char and u_int*_t
Date: Tue, 19 Apr 2016 19:37:12 +0200 [thread overview]
Message-ID: <20160419173712.GB20307@nyan> (raw)
Signed-off-by: Felix Janda <felix.janda@posteo.de>
---
cfg.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/cfg.c b/cfg.c
index bd7944a..3c86c84 100644
--- a/cfg.c
+++ b/cfg.c
@@ -34,6 +34,7 @@
#include <sys/mman.h>
#include <sys/socket.h>
#include <sys/stat.h>
+#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <ctype.h>
--
2.7.3
reply other threads:[~2016-04-19 17:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20160419173712.GB20307@nyan \
--to=felix.janda@posteo.de \
--cc=linux-nfs@vger.kernel.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 NNTP newsgroup(s).