All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kylie McClain <somasissounds@gmail.com>
To: netfilter-devel@vger.kernel.org
Cc: Kylie McClain <somasis@exherbo.org>
Subject: [PATCH] Fix test building on musl libc
Date: Thu, 21 Jul 2016 00:10:45 -0400	[thread overview]
Message-ID: <20160721041045.9986-1-somasissounds@gmail.com> (raw)

From: Kylie McClain <somasis@exherbo.org>

On musl libc, sys/select.h is where FD_* definitions are located.

Apologies for the repeated email, I realized I forgot to signoff on the commit.

Signed-off-by: Kylie McClain <somasis@exherbo.org>
---
 examples/netfilter/nfct-daemon.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/netfilter/nfct-daemon.c b/examples/netfilter/nfct-daemon.c
index a97c2ec..d223ac2 100644
--- a/examples/netfilter/nfct-daemon.c
+++ b/examples/netfilter/nfct-daemon.c
@@ -13,6 +13,7 @@
 #include <netinet/in.h>
 #include <inttypes.h>
 #include <errno.h>
+#include <sys/select.h>
 
 #include <libmnl/libmnl.h>
 #include <linux/netlink.h>
-- 
2.9.0


             reply	other threads:[~2016-07-21  4:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-21  4:10 Kylie McClain [this message]
2016-07-21 16:25 ` [PATCH] Fix test building on musl libc Pablo Neira Ayuso
  -- strict thread matches above, loose matches on Subject: below --
2016-07-21  3:55 Kylie McClain

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=20160721041045.9986-1-somasissounds@gmail.com \
    --to=somasissounds@gmail.com \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=somasis@exherbo.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.