]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
BB -- change the order of includes as mentioned in version 4.3.4-dev-13-gc064b8ba
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 15 Jun 2024 15:18:29 +0000 (16:18 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 15 Jun 2024 15:18:29 +0000 (16:18 +0100)
shairport.c

index 79d5e78f044493ba1c3b92ac61d3169a7d7cbe62..7a184ce6cbef80d4590e95197162001b1d23a3b9 100644 (file)
@@ -25,6 +25,8 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
+#include <sys/socket.h>
+#include <sys/types.h>
 #include <errno.h>
 #include <fcntl.h>
 #include <getopt.h>
@@ -35,9 +37,7 @@
 #include <popt.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <sys/socket.h>
 #include <sys/stat.h>
-#include <sys/types.h>
 #include <sys/wait.h>
 #include <unistd.h>