The sys/types.h is needed for u_int*_t types. Signed-off-by: Natanael Copa <ncopa@xxxxxxxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html