summaryrefslogtreecommitdiff
path: root/net/uvgrtp/files/patch-src_socket.hh
blob: 15f8603f5390563f7e126ed549f44fa11f7eb04a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/socket.hh.orig	2025-03-20 09:59:25 UTC
+++ src/socket.hh
@@ -10,8 +10,8 @@
 #include <ws2ipdef.h>
 #include <WS2tcpip.h>
 #else
-#include <netinet/ip.h>
 #include <arpa/inet.h>
+#include <netinet/ip.h>
 #include <sys/uio.h>
 #include <sys/socket.h>
 #include <netinet/in.h>