rtsp: Don't define h_error ourselves

It's included from netdb.h and that header might define it differently,
which can lead to build failures.
This commit is contained in:
Benjamin Otte 2010-01-13 23:05:45 +01:00 committed by Benjamin Otte
parent 8d30d92740
commit 0994a5bff3

View file

@ -56,8 +56,6 @@
#include <errno.h>
extern int h_errno;
#include "gstrtspdefs.h"
#ifdef G_OS_WIN32