summaryrefslogtreecommitdiff
path: root/net/uvgrtp/files/patch-src_reception__flow.hh
blob: c10f3a4dc898dfe711390cdd458757599a716e9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/reception_flow.hh.orig	2025-03-20 09:59:25 UTC
+++ src/reception_flow.hh
@@ -16,6 +16,7 @@
 #ifdef _WIN32
 #include <ws2ipdef.h>
 #else
+#include <arpa/inet.h>
 #include <netinet/ip.h>
 #include <sys/socket.h>
 #endif