mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
FS-3713 --resolve
This commit is contained in:
parent
68627e86ac
commit
5ffcb8acdf
@ -31,7 +31,12 @@
|
||||
*/
|
||||
|
||||
#include <switch.h>
|
||||
#ifdef TIMERFD_WRAP
|
||||
#define TFD_CLOEXEC 0
|
||||
#include <timerfd_wrap.h>
|
||||
#else
|
||||
#include <sys/timerfd.h>
|
||||
#endif
|
||||
#include <sys/epoll.h>
|
||||
|
||||
SWITCH_MODULE_LOAD_FUNCTION(mod_timerfd_load);
|
||||
|
Loading…
x
Reference in New Issue
Block a user