]> err.no Git - varnish/commitdiff
<sys/types.h> required by <sys/mman.h>
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 9 Feb 2008 15:59:21 +0000 (15:59 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 9 Feb 2008 15:59:21 +0000 (15:59 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2443 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/lib/libvarnishapi/shmlog.c

index 02637464f20c2fc440d2ce57f62275ef16a345d5..ce6f6e75bbe79d8cb242bc5468c29898886c1489 100644 (file)
@@ -29,6 +29,7 @@
  * $Id$
  */
 
+#include <sys/types.h>
 #include <sys/mman.h>
 
 #include <assert.h>