summaryrefslogtreecommitdiffhomepage
path: root/includes.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2017-06-24 00:47:07 +0800
committerMatt Johnston <matt@ucc.asn.au>2017-06-24 00:47:07 +0800
commit5ac4a710006d5d3d68af99a01e1845792db890ce (patch)
tree50c6c56e64d5d2ef3b8d6ec4f63daf889a8026ef /includes.h
parentb967dc1fa506b2e810a6eb370492bab955e46e14 (diff)
parent521e63529c42513c06a8caa27ef22e93a63e9c38 (diff)
merge from main
--HG-- branch : fuzz
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes.h b/includes.h
index 0dd1417..24de567 100644
--- a/includes.h
+++ b/includes.h
@@ -160,7 +160,7 @@ typedef u_int32_t uint32_t;
#define SIZE_T_MAX ULONG_MAX
#endif /* SIZE_T_MAX */
-#ifdef SO_PRIORITY
+#ifdef HAVE_LINUX_PKT_SCHED_H
#include <linux/types.h>
#include <linux/pkt_sched.h>
#endif