summarylogtreecommitdiffstats
path: root/mingw.patch
blob: 587bfcb67a8f6d6d829c33d7decd0790aba2f6af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- lame/frontend/mp3rtp.c    2026-02-14 14:26:39.305799789 +0100
+++ lame/frontend/mp3rtp.c    2026-02-14 14:30:13.830738615 +0100
@@ -56,7 +56,9 @@
 #endif
 
 #ifdef IPV6
+#if !defined( _WIN32 ) && !defined(__MINGW32__)
 #include <netinet/in.h>
+#endif
 # ifndef INET6_ADDRSTRLEN
 #  define INET6_ADDRSTRLEN     46
 # endif /* INET6_ADDRSTRLEN */