diff -r 9149adda56ed -r cb240525acb6 master/master.c --- a/master/master.c Fri Oct 27 12:33:30 2017 +0200 +++ b/master/master.c Wed Dec 06 10:09:50 2017 +0100 @@ -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"