From: Mike Brady Date: Mon, 20 Aug 2018 19:14:28 +0000 (+0100) Subject: Put inclusion of sys/socket.h before net/if.h to prevent errors in OpenBSD compilation X-Git-Tag: 3.3RC0~249^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29e3890280d3726dfc563de53392ae3dc3229a19;p=thirdparty%2Fshairport-sync.git Put inclusion of sys/socket.h before net/if.h to prevent errors in OpenBSD compilation --- diff --git a/shairport.c b/shairport.c index bd4025dc..057d4ed0 100644 --- a/shairport.c +++ b/shairport.c @@ -31,11 +31,11 @@ #include #include #include +#include #include #include #include #include -#include #include #include #include