netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH ipset] fix compilation with musl libc
@ 2017-09-16 11:05 Kaarle Ritvanen
  2017-09-16 12:39 ` Bo YU
  0 siblings, 1 reply; 2+ messages in thread
From: Kaarle Ritvanen @ 2017-09-16 11:05 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Kaarle Ritvanen

Signed-off-by: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
---
 src/ipset.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/ipset.c b/src/ipset.c
index 79f56b8..dffc74e 100644
--- a/src/ipset.c
+++ b/src/ipset.c
@@ -14,6 +14,7 @@
 #include <stdio.h>			/* fprintf, fgets */
 #include <stdlib.h>			/* exit */
 #include <string.h>			/* str* */
+#include <sys/types.h>			/* u_int8_t */
 
 #include <config.h>
 
-- 
2.9.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-16 12:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-16 11:05 [PATCH ipset] fix compilation with musl libc Kaarle Ritvanen
2017-09-16 12:39 ` Bo YU

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