From: Matthias Clasen Date: Mon, 15 Jun 2009 03:55:12 +0000 (-0400) Subject: Include sys/uio.h for struct iovec X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ce4aa6253eea2b24c0e4a99f9a1d7f31b9cec979;p=dana%2Fcg-glib.git Include sys/uio.h for struct iovec This fixes the build on OS X, bug 585280. --- diff --git a/gio/gsocket.c b/gio/gsocket.c index f352bf75..0670ee42 100644 --- a/gio/gsocket.c +++ b/gio/gsocket.c @@ -38,6 +38,8 @@ # include #endif +#include + #include "gsocket.h" #include "gcancellable.h" #include "gioenumtypes.h"