summaryrefslogtreecommitdiffhomepage
path: root/includes.h
diff options
context:
space:
mode:
authorSteve Dover <sw0rdf1sh@charter.net>2014-02-17 22:05:59 +0800
committerSteve Dover <sw0rdf1sh@charter.net>2014-02-17 22:05:59 +0800
commit47f7272ba13df6cf9b67407d8296ad6a7bb977b2 (patch)
tree3e87e3d7882bb72ebaeae705ced80b223ded88e0 /includes.h
parentbf6f3f613d487299df5e2570984c22ad72908c28 (diff)
Add linux/types.h to includes to avoid missing ___u64 etc
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes.h b/includes.h
index bae82f5..2a5b6c1 100644
--- a/includes.h
+++ b/includes.h
@@ -157,6 +157,7 @@ typedef u_int32_t uint32_t;
#endif /* HAVE_UINT32_T */
#ifdef SO_PRIORITY
+#include <linux/types.h>
#include <linux/pkt_sched.h>
#endif