From: Andre Noll Date: Tue, 16 Mar 2010 12:20:25 +0000 (+0100) Subject: fd.c: Fix compilation on OS X. X-Git-Tag: v0.4.2~22 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=9148b53eb42dc52ed52cbc3540a26815f333238b fd.c: Fix compilation on OS X. readv() needs sys/uio.h on OS X. --- diff --git a/fd.c b/fd.c index 32d11079..dc3f80f1 100644 --- a/fd.c +++ b/fd.c @@ -12,6 +12,7 @@ #include #include #include +#include #include "para.h" #include "error.h"