diff options
Diffstat (limited to 'core/rtkit.cpp')
-rw-r--r-- | core/rtkit.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/rtkit.cpp b/core/rtkit.cpp index 9210220e..d4a9b531 100644 --- a/core/rtkit.cpp +++ b/core/rtkit.cpp @@ -41,6 +41,9 @@ #include <unistd.h> #include <sys/types.h> #include <sys/syscall.h> +#ifdef __FreeBSD__ +#include <sys/thr.h> +#endif namespace dbus { |