diff options
author | Matt Johnston <matt@ucc.asn.au> | 2017-06-23 23:36:33 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2017-06-23 23:36:33 +0800 |
commit | 24b446705b68a2d9ee859c1d06e417ac88a2a416 (patch) | |
tree | f7327b150b39f384c05140b0d74efeec94f47509 /includes.h | |
parent | 3c5ed47804e72793cd1bdfc8796b021ceae6e6a2 (diff) |
test for linux/pkt-sched.h rather than SO_PRIORITY
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |