mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
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:
parent
8d30d92740
commit
0994a5bff3
1 changed files with 0 additions and 2 deletions
|
@ -56,8 +56,6 @@
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
extern int h_errno;
|
|
||||||
|
|
||||||
#include "gstrtspdefs.h"
|
#include "gstrtspdefs.h"
|
||||||
|
|
||||||
#ifdef G_OS_WIN32
|
#ifdef G_OS_WIN32
|
||||||
|
|
Loading…
Reference in a new issue