Hack gnunet_gst_def.h to allow it compile on W32
authorРуслан Ижбулатов <lrn1986@gmail.com>
Sat, 25 Feb 2017 21:12:00 +0000 (21:12 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Sun, 26 Feb 2017 14:44:12 +0000 (14:44 +0000)
This is really unnecessary though - these headers are mostly included already
from platform.h and gnunet_common.h

src/conversation/gnunet_gst_def.h

index 9f519b564a736d11ba578478eee16cab0ee624d9..85add54b68aa754568b62d65979f0113217a35f4 100644 (file)
 #include <gst/app/gstappsink.h>
 
 // sockets
+#ifndef MINGW
+#if HAVE_NETINET_IN_H
 #include <netinet/in.h>
+#endif
 #include <sys/socket.h>
-#include <fcntl.h>
 #include <arpa/inet.h>
+#include <netdb.h>
+#endif
 
 #include <sys/types.h>
-#include <sys/socket.h>
-#include <netdb.h>
+#include <fcntl.h>
 
 
 //glib stuff
 //#include <glib.h>
 #include <glib-2.0/glib/gprintf.h>
-#include <glib-unix.h>
+//#include <glib-unix.h>
 
 // static struct AudioMessage *audio_message;