Add configure check for timerfd.h path
[senf.git] / senf / Scheduler / TimerSource.cc
index dea043b..0c3214a 100644 (file)
@@ -29,7 +29,7 @@
 // Custom includes
 #include "IdleEvent.hh"
 #ifdef HAVE_TIMERFD_CREATE
-#include <sys/timerfd.h>
+#include TIMERFD_H_PATH
 #endif
 #include "senf/Utils/IgnoreValue.hh"