mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +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>
|
||||
#endif
|
||||
|
||||
#include <sys/uio.h>
|
||||
|
||||
#include "gsocket.h"
|
||||
#include "gcancellable.h"
|
||||
#include "gioenumtypes.h"
|
||||
|
Loading…
Reference in New Issue
Block a user