diff mbox

[libnftables] expr: Fix header inclusion for integer types

Message ID 1372844540-8336-1-git-send-email-tomasz.bursztyka@linux.intel.com
State Accepted
Headers show

Commit Message

Tomasz Bursztyka July 3, 2013, 9:42 a.m. UTC
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
---
 include/libnftables/expr.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Pablo Neira Ayuso July 3, 2013, 10:17 a.m. UTC | #1
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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