From: Roy Marples Date: Mon, 26 Jan 2009 15:15:28 +0000 (+0000) Subject: We should include sys/uio.h for writev X-Git-Tag: v5.0.0~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=495c0a77ac4caba2360004b64a1f563d682ac7ee;p=thirdparty%2Fdhcpcd.git We should include sys/uio.h for writev --- diff --git a/dhcpcd.c b/dhcpcd.c index bbe73ed7..96ce2bec 100644 --- a/dhcpcd.c +++ b/dhcpcd.c @@ -30,6 +30,7 @@ const char copyright[] = "Copyright (c) 2006-2009 Roy Marples"; #include #include #include +#include #include