comparison includes.h @ 1426:89f8c5960527

test for linux/pkt-sched.h rather than SO_PRIORITY
author Matt Johnston <matt@ucc.asn.au>
date Fri, 23 Jun 2017 23:36:33 +0800
parents deed0571cacc
children 69862e8cc405 d68d61e7056a
comparison
equal deleted inserted replaced
1425:39aaf9f4d576 1426:89f8c5960527
154 #endif /* HAVE_U_INT32_T */ 154 #endif /* HAVE_U_INT32_T */
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 HAVE_LINUX_PKT_SCHED_H
160 #include <linux/types.h> 160 #include <linux/types.h>
161 #include <linux/pkt_sched.h> 161 #include <linux/pkt_sched.h>
162 #endif 162 #endif
163 163
164 #include "fake-rfc2553.h" 164 #include "fake-rfc2553.h"