blob: 43fb049464f095c85072e7217ebe054a3a1bdb10 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- libs/libmythupnp/mmulticastsocketdevice.h.orig 2015-06-16 16:03:30 UTC
+++ libs/libmythupnp/mmulticastsocketdevice.h
@@ -22,6 +22,7 @@
# include <ws2tcpip.h>
# endif
#else
+# include <sys/types.h>
# include <sys/socket.h>
# include <netinet/in.h>
# include <netinet/ip.h>
|