summaryrefslogtreecommitdiff
path: root/net/uvgrtp/files/patch-src_srtp_base.hh
blob: dab7f0449533e40bdb7c7f15a609a33538a8a0bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/srtp/base.hh.orig	2025-03-20 09:59:25 UTC
+++ src/srtp/base.hh
@@ -7,8 +7,8 @@
 #include <mswsock.h>
 #include <inaddr.h>
 #else
-#include <netinet/ip.h>
 #include <arpa/inet.h>
+#include <netinet/ip.h>
 #endif
 
 #include <cstdint>