]> git.ipfire.org Git - thirdparty/lldpd.git/commit
interfaces: include "netinet/in.h" before kernel headers
authorVincent Bernat <vincent@bernat.ch>
Sat, 1 Feb 2020 22:21:44 +0000 (23:21 +0100)
committerVincent Bernat <vincent@bernat.ch>
Sat, 1 Feb 2020 22:50:07 +0000 (23:50 +0100)
commit217b9531d4050693efcd568645b1c40c00424b46
treefc5a44f426ff21b52c5d883ccd8f9cef190ab5fc
parentae03f0903509f66dbff97fd50749c74569534ac2
interfaces: include "netinet/in.h" before kernel headers

This should ensure definition of stuff like in6_addr are done by the
libc, not by the kernel headers. Recent kernel headers know how to
handle that when loaded second.
src/daemon/interfaces-linux.c