[dvblast-devel] Include netinet/in.h for struct in_addr

Dmitry Marakasov git at videolan.org
Sat Oct 15 18:59:18 CEST 2016


dvblast | branch: master | Dmitry Marakasov <amdmi3 at amdmi3.ru> | Tue Oct 11 18:38:21 2016 +0300| [847a2ee1eb7e67b80823fa95dcdec629dab68617] | committer: Dmitry Marakasov

Include netinet/in.h for struct in_addr

> http://git.videolan.org/gitweb.cgi/dvblast.git/?a=commit;h=847a2ee1eb7e67b80823fa95dcdec629dab68617
---

 dvblast.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dvblast.h b/dvblast.h
index 3171f13..c6d98c8 100644
--- a/dvblast.h
+++ b/dvblast.h
@@ -24,6 +24,7 @@
 #include <netdb.h>
 #include <sys/socket.h>
 #include <netinet/udp.h>
+#include <netinet/in.h>
 #include <netinet/ip.h>
 
 #include "config.h"



More information about the dvblast-devel mailing list