diff 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
line wrap: on
line diff
--- a/includes.h	Fri Jun 23 23:21:20 2017 +0800
+++ b/includes.h	Fri Jun 23 23:36:33 2017 +0800
@@ -156,7 +156,7 @@
 typedef u_int32_t uint32_t;
 #endif /* HAVE_UINT32_T */
 
-#ifdef SO_PRIORITY
+#ifdef HAVE_LINUX_PKT_SCHED_H
 #include <linux/types.h>
 #include <linux/pkt_sched.h>
 #endif