From: Christopher Rienzo Date: Tue, 7 Feb 2012 16:29:15 +0000 (+0000) Subject: use correct #includes for posix timer API X-Git-Tag: v1.2-rc1~19^2^2~68^2~121^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1815d4d06fa016ec41035bab205c4592364726e6;p=thirdparty%2Ffreeswitch.git use correct #includes for posix timer API --- diff --git a/src/mod/timers/mod_posix_timer/mod_posix_timer.c b/src/mod/timers/mod_posix_timer/mod_posix_timer.c index f5b9a61a1f..1ba3e23015 100644 --- a/src/mod/timers/mod_posix_timer/mod_posix_timer.c +++ b/src/mod/timers/mod_posix_timer/mod_posix_timer.c @@ -28,8 +28,8 @@ * */ #include -#include -#include +#include +#include SWITCH_MODULE_LOAD_FUNCTION(mod_posix_timer_load); SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_posix_timer_shutdown);