* [PATCH libnetfilter_log] Add include needed for integer type definition.
@ 2015-04-29 8:50 Natanael Copa
2015-05-15 18:24 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Natanael Copa @ 2015-04-29 8:50 UTC (permalink / raw)
To: netfilter-devel; +Cc: Natanael Copa
The sys/types.h is needed for u_int*_t types.
Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
---
include/libnetfilter_log/libipulog.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/libnetfilter_log/libipulog.h b/include/libnetfilter_log/libipulog.h
index 8a4ae2a..1093bdd 100644
--- a/include/libnetfilter_log/libipulog.h
+++ b/include/libnetfilter_log/libipulog.h
@@ -4,6 +4,7 @@
#include <errno.h>
#include <unistd.h>
#include <fcntl.h>
+#include <sys/types.h>
/* FIXME: glibc sucks */
#ifndef MSG_TRUNC
--
2.3.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH libnetfilter_log] Add include needed for integer type definition.
2015-04-29 8:50 [PATCH libnetfilter_log] Add include needed for integer type definition Natanael Copa
@ 2015-05-15 18:24 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2015-05-15 18:24 UTC (permalink / raw)
To: Natanael Copa; +Cc: netfilter-devel
On Wed, Apr 29, 2015 at 10:50:58AM +0200, Natanael Copa wrote:
> The sys/types.h is needed for u_int*_t types.
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-15 18:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-29 8:50 [PATCH libnetfilter_log] Add include needed for integer type definition Natanael Copa
2015-05-15 18:24 ` Pablo Neira Ayuso
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).