Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net-libs/libmnl-1.0.4: requires sys-libs/queue for test #86

Open
alaviss opened this issue Jan 21, 2018 · 2 comments
Open

net-libs/libmnl-1.0.4: requires sys-libs/queue for test #86

alaviss opened this issue Jan 21, 2018 · 2 comments

Comments

@alaviss
Copy link

alaviss commented Jan 21, 2018

nfct-daemon.c:22:10: fatal error: 'sys/queue.h' file not found
#include <sys/queue.h>
         ^~~~~~~~~~~~~

Updates: Missing <sys/select.h> in examples/netfilter/nfct-daemon.c

diff --git a/examples/netfilter/nfct-daemon.c b/examples/netfilter/nfct-daemon.c
index a97c2ec..4e93e47 100644
--- a/examples/netfilter/nfct-daemon.c
+++ b/examples/netfilter/nfct-daemon.c
@@ -20,6 +20,7 @@
 #include <linux/netfilter/nfnetlink_conntrack.h>
 
 #include <sys/queue.h>
+#include <sys/select.h>
 
 struct nstats {
 	LIST_ENTRY(nstats)	list;
@blueness
Copy link
Collaborator

can you generate a PR request.

@mjeveritt
Copy link
Contributor

We have sys-libs/queue-standalone .. but I'm not sure I get the connection with sys/select.h ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants