Fix BSD build

remotes/origin/fredrik/linux-dmabuf
Roman Gilg 8 years ago
parent 43f575b415
commit 112d30b5d1
  1. 2
      colorcorrection/manager.cpp

@ -35,7 +35,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <QDBusConnection>
#include <QSocketNotifier>
#ifdef Q_OS_LINUX
#include <sys/timerfd.h>
#endif
#include <unistd.h>
#include <fcntl.h>

Loading…
Cancel
Save