mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-26 20:48:21 +00:00
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…
x
Reference in New Issue
Block a user