summaryrefslogtreecommitdiff
path: root/src/conversation/gnunet_gst_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet_gst_def.h')
-rw-r--r--src/conversation/gnunet_gst_def.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/conversation/gnunet_gst_def.h b/src/conversation/gnunet_gst_def.h
index 341341f24..5f5910121 100644
--- a/src/conversation/gnunet_gst_def.h
+++ b/src/conversation/gnunet_gst_def.h
@@ -65,14 +65,12 @@
65#include <gst/app/gstappsink.h> 65#include <gst/app/gstappsink.h>
66 66
67// sockets 67// sockets
68#ifndef MINGW
69#if HAVE_NETINET_IN_H 68#if HAVE_NETINET_IN_H
70#include <netinet/in.h> 69#include <netinet/in.h>
71#endif 70#endif
72#include <sys/socket.h> 71#include <sys/socket.h>
73#include <arpa/inet.h> 72#include <arpa/inet.h>
74#include <netdb.h> 73#include <netdb.h>
75#endif
76 74
77#include <sys/types.h> 75#include <sys/types.h>
78#include <fcntl.h> 76#include <fcntl.h>