Fix BSD build

This commit is contained in:
Roman Gilg 2017-12-13 12:07:59 +01:00
parent 43f575b415
commit 112d30b5d1

View file

@ -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>