From: Anthony Minessale Date: Tue, 22 Nov 2011 14:46:13 +0000 (-0600) Subject: FS-3713 --resolve X-Git-Tag: v1.2-rc1~27^2~135^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ffcb8acdfbc98a3722a1e7429a2a5965a98ce35;p=thirdparty%2Ffreeswitch.git FS-3713 --resolve --- diff --git a/src/mod/timers/mod_timerfd/mod_timerfd.c b/src/mod/timers/mod_timerfd/mod_timerfd.c index 9831b405d2..f647f4b49f 100644 --- a/src/mod/timers/mod_timerfd/mod_timerfd.c +++ b/src/mod/timers/mod_timerfd/mod_timerfd.c @@ -31,7 +31,12 @@ */ #include +#ifdef TIMERFD_WRAP +#define TFD_CLOEXEC 0 +#include +#else #include +#endif #include SWITCH_MODULE_LOAD_FUNCTION(mod_timerfd_load);