1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-12 14:59:13 -04:00
ports/multimedia/vlc-devel/files/patch-src_stream_output_sap.c
Michael Johnson 49a1031b4c - Fix build for sap users.
Spotted by:	mezz
2005-06-08 04:21:50 +00:00

10 lines
245 B
C

--- 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"