diff --git a/master/master.c b/master/master.c index 6336f6df..3900130d 100644 --- a/master/master.c +++ b/master/master.c @@ -44,6 +44,11 @@ #include #include #include + +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0) +#include // struct sched_param +#endif + #include "globals.h" #include "slave.h" #include "slave_config.h"