This is really unnecessary though - these headers are mostly included already
from platform.h and gnunet_common.h
#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;