blob: a0c40c5ea94740a1ae73cad0e6ddf75ad9700fa7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- libs/libmythupnp/mmulticastsocketdevice.h.orig 2013-09-18 16:06:08.000000000 -0400
+++ libs/libmythupnp/mmulticastsocketdevice.h 2014-01-22 08:24:26.000000000 -0500
@@ -18,6 +18,7 @@
# include <ws2tcpip.h>
# endif
#else
+# include <sys/types.h>
# include <sys/socket.h>
# include <netinet/in.h>
# include <netinet/ip.h>
|