summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-06-29 12:20:52 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2009-06-29 12:20:52 +0200
commitf5962f0a4f2ec839a1ed8ce72f28c241757cc6d1 (patch)
tree303842a2eb8f2fd87d632a56b9185d58e936f60f
parent4b87271bf25f09c52e17c5645866335958aa6905 (diff)
rtsp: include in.h for FreeBSD compat
Fixes #586920
-rw-r--r--gst-libs/gst/rtsp/gstrtspconnection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/rtsp/gstrtspconnection.c b/gst-libs/gst/rtsp/gstrtspconnection.c
index f42ade4c0..4b9ee37ee 100644
--- a/gst-libs/gst/rtsp/gstrtspconnection.c
+++ b/gst-libs/gst/rtsp/gstrtspconnection.c
@@ -69,7 +69,6 @@
#include <unistd.h>
#endif
-
/* we include this here to get the G_OS_* defines */
#include <glib.h>
#include <gst/gst.h>
@@ -88,6 +87,7 @@
#include <netdb.h>
#include <sys/socket.h>
#include <fcntl.h>
+#include <netinet/in.h>
#endif
#ifdef HAVE_FIONREAD_IN_SYS_FILIO