Skip to content

Commit

Permalink
Add missing include for FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
kcat committed Jul 29, 2022
1 parent 81b739a commit b26ca6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/rtkit.cpp
Expand Up @@ -41,6 +41,9 @@
#include <unistd.h>
#include <sys/types.h>
#include <sys/syscall.h>
#ifdef __FreeBSD__
#include <sys/thr.h>
#endif


namespace dbus {
Expand Down

0 comments on commit b26ca6b

Please sign in to comment.