Include sys/uio.h for struct iovec

This fixes the build on OS X, bug 585280.
This commit is contained in:
Matthias Clasen 2009-06-14 23:55:12 -04:00
parent 8a3a3d797e
commit ce4aa6253e

View File

@ -38,6 +38,8 @@
# include <unistd.h>
#endif
#include <sys/uio.h>
#include "gsocket.h"
#include "gcancellable.h"
#include "gioenumtypes.h"