FS-3713 --resolve
This commit is contained in:
parent
68627e86ac
commit
5ffcb8acdf
|
@ -31,7 +31,12 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <switch.h>
|
#include <switch.h>
|
||||||
|
#ifdef TIMERFD_WRAP
|
||||||
|
#define TFD_CLOEXEC 0
|
||||||
|
#include <timerfd_wrap.h>
|
||||||
|
#else
|
||||||
#include <sys/timerfd.h>
|
#include <sys/timerfd.h>
|
||||||
|
#endif
|
||||||
#include <sys/epoll.h>
|
#include <sys/epoll.h>
|
||||||
|
|
||||||
SWITCH_MODULE_LOAD_FUNCTION(mod_timerfd_load);
|
SWITCH_MODULE_LOAD_FUNCTION(mod_timerfd_load);
|
||||||
|
|
Loading…
Reference in New Issue