]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commit
sys/socket.h: Include some libc header files first if available
authorFlorian Schmidt <florian.schmidt@neclab.eu>
Mon, 20 May 2019 11:29:45 +0000 (13:29 +0200)
committerFelipe Huici <felipe.huici@neclab.eu>
Wed, 29 May 2019 12:36:04 +0000 (14:36 +0200)
commitb509b03b2375cdf1b2c1f941109f60f7fefca554
tree2e9a9656c755a700b6c2fcc6be5f304d0c35fae1
parent3d83ea3204df9f36f6b863d3ef6e576d9b6c8f3c
sys/socket.h: Include some libc header files first if available

In that case, lwip won't try to be helpful and provide conflicting
fallback definitions (which lead to a lot of compiler warnings).

Signed-off-by: Florian Schmidt <florian.schmidt@neclab.eu>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
include/sys/socket.h