r763 - trunk/varnish-cache/bin/varnishstat

des at projects.linpro.no des at projects.linpro.no
Tue Aug 8 09:47:12 CEST 2006


Author: des
Date: 2006-08-08 09:47:12 +0200 (Tue, 08 Aug 2006)
New Revision: 763

Modified:
   trunk/varnish-cache/bin/varnishstat/varnishstat.c
Log:
#include "libvarnish.h" for varnish_version().

Modified: trunk/varnish-cache/bin/varnishstat/varnishstat.c
===================================================================
--- trunk/varnish-cache/bin/varnishstat/varnishstat.c	2006-08-08 07:36:00 UTC (rev 762)
+++ trunk/varnish-cache/bin/varnishstat/varnishstat.c	2006-08-08 07:47:12 UTC (rev 763)
@@ -12,6 +12,7 @@
 #include <curses.h>
 #include <time.h>
 
+#include "libvarnish.h"
 #include "shmlog.h"
 #include "varnishapi.h"
 




More information about the varnish-commit mailing list