FS-3713 --resolve

This commit is contained in:
Anthony Minessale 2011-11-22 08:46:13 -06:00
parent 68627e86ac
commit 5ffcb8acdf
1 changed files with 5 additions and 0 deletions

View File

@ -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);