mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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>
|
||||
#endif
|
||||
|
||||
/* include GLIB for G_OS_WIN32 */
|
||||
#include <glib.h>
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
#ifdef _MSC_VER
|
||||
#include <Winsock2.h>
|
||||
|
|
Loading…
Reference in a new issue