r1146 - trunk/varnish-cache/lib/libvarnish

des at projects.linpro.no des at projects.linpro.no
Mon Oct 9 12:04:47 CEST 2006


Author: des
Date: 2006-10-09 12:04:47 +0200 (Mon, 09 Oct 2006)
New Revision: 1146

Modified:
   trunk/varnish-cache/lib/libvarnish/cli_common.c
Log:
Add <sys/types.h> before <sys/uio.h>.

Modified: trunk/varnish-cache/lib/libvarnish/cli_common.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/cli_common.c	2006-10-09 09:58:58 UTC (rev 1145)
+++ trunk/varnish-cache/lib/libvarnish/cli_common.c	2006-10-09 10:04:47 UTC (rev 1146)
@@ -29,6 +29,7 @@
  * $Id$
  */
 
+#include <sys/types.h>
 #include <sys/uio.h>
 
 #include <assert.h>




More information about the varnish-commit mailing list