From: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
To: netfilter-devel@vger.kernel.org
Cc: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
Subject: [libnftables PATCH] expr: Fix header inclusion for integer types
Date: Wed, 3 Jul 2013 12:42:20 +0300 [thread overview]
Message-ID: <1372844540-8336-1-git-send-email-tomasz.bursztyka@linux.intel.com> (raw)
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
---
include/libnftables/expr.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/libnftables/expr.h b/include/libnftables/expr.h
index 38cd698..92710df 100644
--- a/include/libnftables/expr.h
+++ b/include/libnftables/expr.h
@@ -1,6 +1,7 @@
#ifndef _RULE_EXPR_H_
#define _RULE_EXPR_H_
+#include <stdint.h>
#include <stdbool.h>
#ifdef __cplusplus
--
1.8.2.1
next reply other threads:[~2013-07-03 9:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-03 9:42 Tomasz Bursztyka [this message]
2013-07-03 10:17 ` [libnftables PATCH] expr: Fix header inclusion for integer types Pablo Neira Ayuso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1372844540-8336-1-git-send-email-tomasz.bursztyka@linux.intel.com \
--to=tomasz.bursztyka@linux.intel.com \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).