gstdio: #include fcntl.h on UNIX in gstdio.h

https://bugzilla.gnome.org/show_bug.cgi?id=781598
This commit is contained in:
Reuben Thomas 2017-09-12 10:49:43 +01:00 committed by Philip Withnall
parent 7b9503a4f8
commit 6f8073d44a

View File

@ -22,6 +22,9 @@
#include <glib/gprintf.h>
#include <sys/stat.h>
#ifdef G_OS_UNIX
#include <fcntl.h>
#endif
G_BEGIN_DECLS