summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2017-06-23 23:36:33 +0800
committerMatt Johnston <matt@ucc.asn.au>2017-06-23 23:36:33 +0800
commit718e14232e6b1c79aa0d3db047dcaf2d2bfbf4a3 (patch)
tree3797ad981ebf931aa26199ba9b4472f678c0dfea /includes.h
parent587d89a053fec8a314e50bfb6ce6ae8300c7ea02 (diff)
downloaddropbear-718e14232e6b1c79aa0d3db047dcaf2d2bfbf4a3.tar.gz
test for linux/pkt-sched.h rather than SO_PRIORITY
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 f91a2c2..766f58f 100644
--- a/includes.h
+++ b/includes.h
@@ -156,7 +156,7 @@ typedef unsigned int u_int32_t;
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