rtsp: include in.h for FreeBSD compat

Fixes #586920
This commit is contained in:
Wim Taymans 2009-06-29 12:20:52 +02:00
parent 4b87271bf2
commit f5962f0a4f

View file

@ -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