comparison includes.h @ 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 80af450dae76
children deed0571cacc
comparison
equal deleted inserted replaced
896:a1a97e98b0c1 897:5d3e917bb7a6
155 #ifndef HAVE_UINT32_T 155 #ifndef HAVE_UINT32_T
156 typedef u_int32_t uint32_t; 156 typedef u_int32_t uint32_t;
157 #endif /* HAVE_UINT32_T */ 157 #endif /* HAVE_UINT32_T */
158 158
159 #ifdef SO_PRIORITY 159 #ifdef SO_PRIORITY
160 #include <linux/types.h>
160 #include <linux/pkt_sched.h> 161 #include <linux/pkt_sched.h>
161 #endif 162 #endif
162 163
163 #include "fake-rfc2553.h" 164 #include "fake-rfc2553.h"
164 165