Skip to content
Snippets Groups Projects
Commit ebe533b8 authored by Terry Wilson's avatar Terry Wilson
Browse files

Fix compiling

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@157973 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 9e1283e1
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,7 @@ static int timerfd_timer_enable_continuous(int handle)
{
int res;
struct itimerspec continuous_timer = {
.it_value.tv_nsec = 1L;
.it_value.tv_nsec = 1L,
};
struct timerfd_timer *our_timer, find_helper = {
.handle = handle,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment