netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [libnftables PATCH] expr: Fix header inclusion for integer types
@ 2013-07-03  9:42 Tomasz Bursztyka
  2013-07-03 10:17 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Tomasz Bursztyka @ 2013-07-03  9:42 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Tomasz Bursztyka

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-03 10:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-03  9:42 [libnftables PATCH] expr: Fix header inclusion for integer types Tomasz Bursztyka
2013-07-03 10:17 ` 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).