summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEric Leblond <eric@regit.org>2012-11-04 09:30:21 +0100
committerEric Leblond <eric@regit.org>2012-11-05 08:30:10 +0100
commit6eabc608991c1383557c8e0abbd1506bb41b78dc (patch)
tree6abf0cae69304a358250bb392374762560572e37 /include
parente01126788f5d1eb4b2b1bc3de72a419a18a5ba7e (diff)
Add include needed for integer types definition.
Diffstat (limited to 'include')
-rw-r--r--include/libnetfilter_acct/libnetfilter_acct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libnetfilter_acct/libnetfilter_acct.h b/include/libnetfilter_acct/libnetfilter_acct.h
index a326c3c..18f90c4 100644
--- a/include/libnetfilter_acct/libnetfilter_acct.h
+++ b/include/libnetfilter_acct/libnetfilter_acct.h
@@ -2,6 +2,7 @@
#define _LIBNETFILTER_ACCT_H_
#include <sys/types.h>
+#include <stdint.h>
#include <linux/netfilter/nfnetlink_acct.h>
struct nfacct;