r4564 - trunk/varnish-cache/bin/varnishreplay

phk at projects.linpro.no phk at projects.linpro.no
Tue Feb 16 22:08:31 CET 2010


Author: phk
Date: 2010-02-16 22:08:30 +0100 (Tue, 16 Feb 2010)
New Revision: 4564

Modified:
   trunk/varnish-cache/bin/varnishreplay/varnishreplay.c
Log:
Missing <signal.h>.



Modified: trunk/varnish-cache/bin/varnishreplay/varnishreplay.c
===================================================================
--- trunk/varnish-cache/bin/varnishreplay/varnishreplay.c	2010-02-16 21:06:09 UTC (rev 4563)
+++ trunk/varnish-cache/bin/varnishreplay/varnishreplay.c	2010-02-16 21:08:30 UTC (rev 4564)
@@ -40,6 +40,7 @@
 #include <fcntl.h>
 #include <pthread.h>
 #include <stdarg.h>
+#include <signal.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>



More information about the varnish-commit mailing list