summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--multimedia/vlc-devel/files/patch-src_stream_output_sap.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/vlc-devel/files/patch-src_stream_output_sap.c b/multimedia/vlc-devel/files/patch-src_stream_output_sap.c
new file mode 100644
index 000000000000..37ae3ca78267
--- /dev/null
+++ b/multimedia/vlc-devel/files/patch-src_stream_output_sap.c
@@ -0,0 +1,10 @@
+--- src/stream_output/sap.c.orig Wed Jun 8 00:17:59 2005
++++ src/stream_output/sap.c Wed Jun 8 00:18:14 2005
+@@ -41,6 +41,7 @@
+ # include <ws2tcpip.h>
+ #else
+ # include <netdb.h>
++# include <sys/socket.h>
+ #endif
+ #include "charset.h"
+