use correct #includes for posix timer API
This commit is contained in:
parent
d2c9fb5f7d
commit
1815d4d06f
|
@ -28,8 +28,8 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#include <switch.h>
|
#include <switch.h>
|
||||||
#include <sys/signal.h>
|
#include <time.h>
|
||||||
#include <sys/time.h>
|
#include <signal.h>
|
||||||
|
|
||||||
SWITCH_MODULE_LOAD_FUNCTION(mod_posix_timer_load);
|
SWITCH_MODULE_LOAD_FUNCTION(mod_posix_timer_load);
|
||||||
SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_posix_timer_shutdown);
|
SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_posix_timer_shutdown);
|
||||||
|
|
Loading…
Reference in New Issue