]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
tcp: Fixed includes for FreeBSD.
authormacrule <562520+macrule@users.noreply.github.com>
Wed, 29 Nov 2017 17:18:53 +0000 (18:18 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sun, 10 Dec 2017 15:14:24 +0000 (16:14 +0100)
commit543fa69e40b795f121225450da7f6345662be389
treec1a272d8f772bc604632521c726aba439a358c01
parent95b8984ecb074aebe19840ee4b5b6aca065fed98
tcp: Fixed includes for FreeBSD.

sys/socket.h is required.

Switched include order for netinet/in.h and netinet/ip.h to avoid compiler errors on FreeBSD.
src/tcp.c
src/tcp.h