From ce4aa6253eea2b24c0e4a99f9a1d7f31b9cec979 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 14 Jun 2009 23:55:12 -0400 Subject: [PATCH] Include sys/uio.h for struct iovec This fixes the build on OS X, bug 585280. --- gio/gsocket.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gio/gsocket.c b/gio/gsocket.c index f352bf7..0670ee4 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" -- 2.7.4