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
1 changed files with 2 additions and 2 deletions

View File

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