diff options
Diffstat (limited to 'src/linux/main.c')
-rw-r--r-- | src/linux/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linux/main.c b/src/linux/main.c index f9ea3f6d..b260f162 100644 --- a/src/linux/main.c +++ b/src/linux/main.c @@ -4,7 +4,7 @@ // // This file may be distributed under the terms of the GNU GPLv3 license. -#include </usr/include/sched.h> // sched_setscheduler sched_get_priority_max +#include <sched.h> // sched_setscheduler sched_get_priority_max #include <stdio.h> // fprintf #include <string.h> // memset #include <unistd.h> // getopt |