Fix compiling

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@157973 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Terry Wilson
2008-11-20 00:06:46 +00:00
parent 9e1283e160
commit ebe533b83b

View File

@@ -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,