mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Fix build on mingw
Mingw does not have sys/uio.h. This was reported in bug 585937. Author: Matthias Clasen <mclasen@redhat.com>
This commit is contained in:
@@ -38,7 +38,9 @@
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_UIO_H
|
||||
#include <sys/uio.h>
|
||||
#endif
|
||||
|
||||
#include "gsocket.h"
|
||||
#include "gcancellable.h"
|
||||
|
Reference in New Issue
Block a user