]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
Add missing include for accept(2) on FreeBSD.
authorBernhard Froehlich <decke@bluelife.at>
Sat, 4 May 2013 12:20:29 +0000 (14:20 +0200)
committerBernhard Froehlich <decke@bluelife.at>
Sat, 4 May 2013 12:20:29 +0000 (14:20 +0200)
commit0783ecee9e787a4ce4763fc3daaeaaf19317df8a
treeb2b8710c0b9f75732f65d42680470f4ddc5b8d8b
parent23ec229b7fa3122844341ff3ccc30317c2da19fb
Add missing include for accept(2) on FreeBSD.

tvheadend-3.4/src/epggrab/module.c: In function '_epggrab_socket_thread':
tvheadend-3.4/src/epggrab/module.c:357: warning: implicit declaration of function 'accept'
tvheadend-3.4/src/epggrab/module.c: In function 'epggrab_module_enable_socket':
tvheadend-3.4/src/epggrab/module.c:382: warning: implicit declaration of function 'shutdown'
tvheadend-3.4/src/epggrab/module.c:382: error: 'SHUT_RDWR' undeclared (first use in this function)
tvheadend-3.4/src/epggrab/module.c:382: error: (Each undeclared identifier is reported only once
tvheadend-3.4/src/epggrab/module.c:382: error: for each function it appears in.)
tvheadend-3.4/src/epggrab/module.c:392: warning: implicit declaration of function 'socket'
tvheadend-3.4/src/epggrab/module.c:392: error: 'AF_UNIX' undeclared (first use in this function)
tvheadend-3.4/src/epggrab/module.c:392: error: 'SOCK_STREAM' undeclared (first use in this function)
tvheadend-3.4/src/epggrab/module.c:398: warning: implicit declaration of function 'bind'
tvheadend-3.4/src/epggrab/module.c:406: warning: implicit declaration of function 'listen'
src/epggrab/module.c