mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
Include sys/uio.h for struct iovec
This fixes the build on OS X, bug 585280.
This commit is contained in:
parent
8a3a3d797e
commit
ce4aa6253e
@ -38,6 +38,8 @@
|
|||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <sys/uio.h>
|
||||||
|
|
||||||
#include "gsocket.h"
|
#include "gsocket.h"
|
||||||
#include "gcancellable.h"
|
#include "gcancellable.h"
|
||||||
#include "gioenumtypes.h"
|
#include "gioenumtypes.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user