1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-06 02:22:56 +00:00

use correct #includes for posix timer API

This commit is contained in:
Christopher Rienzo 2012-02-07 16:29:15 +00:00
parent d2c9fb5f7d
commit 1815d4d06f

@ -28,8 +28,8 @@
*
*/
#include <switch.h>
#include <sys/signal.h>
#include <sys/time.h>
#include <time.h>
#include <signal.h>
SWITCH_MODULE_LOAD_FUNCTION(mod_posix_timer_load);
SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_posix_timer_shutdown);