Mailing List Archive

r1184 - in branches/1.0: . lib/libvarnish
Author: des
Date: 2006-10-18 16:27:16 +0200 (Wed, 18 Oct 2006)
New Revision: 1184

Modified:
branches/1.0/
branches/1.0/lib/libvarnish/cli_common.c
Log:
r32848 at cat (orig r1146): des | 2006-10-09 12:04:47 +0200
Add <sys/types.h> before <sys/uio.h>.



Property changes on: branches/1.0
___________________________________________________________________
Name: svk:merge
- d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1145
+ d4fa192b-c00b-0410-8231-f00ffab90ce4:/trunk/varnish-cache:1146

Modified: branches/1.0/lib/libvarnish/cli_common.c
===================================================================
--- branches/1.0/lib/libvarnish/cli_common.c 2006-10-18 14:27:13 UTC (rev 1183)
+++ branches/1.0/lib/libvarnish/cli_common.c 2006-10-18 14:27:16 UTC (rev 1184)
@@ -29,6 +29,7 @@
* $Id$
*/

+#include <sys/types.h>
#include <sys/uio.h>

#include <assert.h>