changeset 897:5d3e917bb7a6

Add linux/types.h to includes to avoid missing ___u64 etc
author Steve Dover <sw0rdf1sh@charter.net>
date Mon, 17 Feb 2014 22:05:59 +0800
parents a1a97e98b0c1
children 4f1988cb79ce
files includes.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/includes.h	Mon Feb 17 21:41:06 2014 +0800
+++ b/includes.h	Mon Feb 17 22:05:59 2014 +0800
@@ -157,6 +157,7 @@
 #endif /* HAVE_UINT32_T */
 
 #ifdef SO_PRIORITY
+#include <linux/types.h>
 #include <linux/pkt_sched.h>
 #endif