diff options
Diffstat (limited to 'core/rtkit.cpp')
-rw-r--r-- | core/rtkit.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/rtkit.cpp b/core/rtkit.cpp index d4a9b531..ff944ebf 100644 --- a/core/rtkit.cpp +++ b/core/rtkit.cpp @@ -40,8 +40,9 @@ #include <string.h> #include <unistd.h> #include <sys/types.h> +#ifdef __linux__ #include <sys/syscall.h> -#ifdef __FreeBSD__ +#elif defined(__FreeBSD__) #include <sys/thr.h> #endif |