diff options
author | Matt Johnston <matt@ucc.asn.au> | 2017-06-24 00:47:07 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2017-06-24 00:47:07 +0800 |
commit | 5ac4a710006d5d3d68af99a01e1845792db890ce (patch) | |
tree | 50c6c56e64d5d2ef3b8d6ec4f63daf889a8026ef /includes.h | |
parent | b967dc1fa506b2e810a6eb370492bab955e46e14 (diff) | |
parent | 521e63529c42513c06a8caa27ef22e93a63e9c38 (diff) |
merge from main
--HG--
branch : fuzz
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |