mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
sdpdemux: include glib.h before checking if G_OS_WIN32 is defined
This commit is contained in:
parent
7516719b72
commit
7c5ff224fc
1 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,9 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* include GLIB for G_OS_WIN32 */
|
||||||
|
#include <glib.h>
|
||||||
|
|
||||||
#ifdef G_OS_WIN32
|
#ifdef G_OS_WIN32
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#include <Winsock2.h>
|
#include <Winsock2.h>
|
||||||
|
|
Loading…
Reference in a new issue