* [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
* Re: [PATCH ipset] fix compilation with musl libc
2017-09-16 11:05 [PATCH ipset] fix compilation with musl libc Kaarle Ritvanen
@ 2017-09-16 12:39 ` Bo YU
0 siblings, 0 replies; 2+ messages in thread
From: Bo YU @ 2017-09-16 12:39 UTC (permalink / raw)
To: Kaarle Ritvanen; +Cc: netfilter-devel
Hello,
On Sat, Sep 16, 2017 at 02:05:10PM +0300, Kaarle Ritvanen wrote:
>Signed-off-by: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
Maybe you miss the git commit
>---
> 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>
Best Regards,
Bo
>
>--
>2.9.5
>
>--
>To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [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).