Fix BSD build
This commit is contained in:
parent
43f575b415
commit
112d30b5d1
1 changed files with 2 additions and 0 deletions
|
@ -35,7 +35,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#include <QDBusConnection>
|
#include <QDBusConnection>
|
||||||
#include <QSocketNotifier>
|
#include <QSocketNotifier>
|
||||||
|
|
||||||
|
#ifdef Q_OS_LINUX
|
||||||
#include <sys/timerfd.h>
|
#include <sys/timerfd.h>
|
||||||
|
#endif
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue