Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 726718
Collapse All | Expand All

(-)a/colorcorrection/clockskewnotifierengine_linux.cpp (+1 lines)
Lines 23-28 Link Here
23
#include <fcntl.h>
23
#include <fcntl.h>
24
#include <sys/timerfd.h>
24
#include <sys/timerfd.h>
25
#include <unistd.h>
25
#include <unistd.h>
26
#include <cerrno>
26
27
27
#ifndef TFD_TIMER_CANCEL_ON_SET // only available in newer glib
28
#ifndef TFD_TIMER_CANCEL_ON_SET // only available in newer glib
28
#define TFD_TIMER_CANCEL_ON_SET (1 << 1)
29
#define TFD_TIMER_CANCEL_ON_SET (1 << 1)

Return to bug 726718