From patchwork Sun Nov 4 09:54:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [libnflog] Add include needed for integer type definition. From: Eric Leblond X-Patchwork-Id: 196985 Message-Id: <1352022852-29382-1-git-send-email-eric@regit.org> To: netfilter-devel@vger.kernel.org Cc: eric@regit.org Date: Sun, 4 Nov 2012 10:54:11 +0100 --- include/libnetfilter_log/libnetfilter_log.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/libnetfilter_log/libnetfilter_log.h b/include/libnetfilter_log/libnetfilter_log.h index 6b0d3b0..a1331de 100644 --- a/include/libnetfilter_log/libnetfilter_log.h +++ b/include/libnetfilter_log/libnetfilter_log.h @@ -9,6 +9,7 @@ #ifndef __LIBNETFILTER_LOG_H #define __LIBNETFILTER_LOG_H +#include #include struct nflog_handle;