[master] 35d57e0 Pull in ssize_t definition

Poul-Henning Kamp phk at varnish-cache.org
Mon Apr 4 16:24:39 CEST 2011


commit 35d57e02a68e8c444677000b6d67412d243b8f46
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Apr 4 14:24:29 2011 +0000

    Pull in ssize_t definition

diff --git a/include/vsb.h b/include/vsb.h
index 0ab0ee1..da4a1e0 100644
--- a/include/vsb.h
+++ b/include/vsb.h
@@ -31,6 +31,8 @@
 #ifndef VSB_H_INCLUDED
 #define VSB_H_INCLUDED
 
+#include <sys/types.h>
+
 /*
  * Structure definition
  */



More information about the varnish-commit mailing list