From 47f7272ba13df6cf9b67407d8296ad6a7bb977b2 Mon Sep 17 00:00:00 2001
From: Steve Dover <sw0rdf1sh@charter.net>
Date: Mon, 17 Feb 2014 22:05:59 +0800
Subject: [PATCH] Add linux/types.h to includes to avoid missing ___u64 etc

---
 includes.h | 1 +
 1 file changed, 1 insertion(+)

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