summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/libnftnl/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libnftnl/common.h b/include/libnftnl/common.h
index 9d18b2b..f0c20f0 100644
--- a/include/libnftnl/common.h
+++ b/include/libnftnl/common.h
@@ -1,6 +1,8 @@
#ifndef _LIBNFTNL_COMMON_H_
#define _LIBNFTNL_COMMON_H_
+#include <stdint.h>
+
enum {
NFT_PARSE_EBADINPUT = 0,
NFT_PARSE_EMISSINGNODE,