78578750bf99bfea81c33311fd868864276ef68d
[openwrt/openwrt.git] / package / libs / libnetfilter-log / patches / 0004-Add-include-needed-for-integer-type-definition.patch
1 From 7529487f70e244cd31ef84b037b1c32749c134a7 Mon Sep 17 00:00:00 2001
2 From: Eric Leblond <eric@regit.org>
3 Date: Sun, 4 Nov 2012 09:29:44 +0100
4 Subject: [PATCH 4/6] Add include needed for integer type definition.
5
6 ---
7 include/libnetfilter_log/libnetfilter_log.h | 1 +
8 1 file changed, 1 insertion(+)
9
10 diff --git a/include/libnetfilter_log/libnetfilter_log.h b/include/libnetfilter_log/libnetfilter_log.h
11 index 6b0d3b0..a1331de 100644
12 --- a/include/libnetfilter_log/libnetfilter_log.h
13 +++ b/include/libnetfilter_log/libnetfilter_log.h
14 @@ -9,6 +9,7 @@
15 #ifndef __LIBNETFILTER_LOG_H
16 #define __LIBNETFILTER_LOG_H
17
18 +#include <sys/types.h>
19 #include <libnetfilter_log/linux_nfnetlink_log.h>
20
21 struct nflog_handle;
22 --
23 1.7.10.4
24