r2443 - trunk/varnish-cache/lib/libvarnishapi

phk at projects.linpro.no phk at projects.linpro.no
Sat Feb 9 16:59:21 CET 2008


Author: phk
Date: 2008-02-09 16:59:21 +0100 (Sat, 09 Feb 2008)
New Revision: 2443

Modified:
   trunk/varnish-cache/lib/libvarnishapi/shmlog.c
Log:
<sys/types.h> required by <sys/mman.h>


Modified: trunk/varnish-cache/lib/libvarnishapi/shmlog.c
===================================================================
--- trunk/varnish-cache/lib/libvarnishapi/shmlog.c	2008-02-07 09:54:42 UTC (rev 2442)
+++ trunk/varnish-cache/lib/libvarnishapi/shmlog.c	2008-02-09 15:59:21 UTC (rev 2443)
@@ -29,6 +29,7 @@
  * $Id$
  */
 
+#include <sys/types.h>
 #include <sys/mman.h>
 
 #include <assert.h>




More information about the varnish-commit mailing list