r736 - trunk/varnish-cache/bin/varnishtop

des at projects.linpro.no des at projects.linpro.no
Mon Aug 7 18:23:16 CEST 2006


Author: des
Date: 2006-08-07 18:23:16 +0200 (Mon, 07 Aug 2006)
New Revision: 736

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

Modified: trunk/varnish-cache/bin/varnishtop/varnishtop.c
===================================================================
--- trunk/varnish-cache/bin/varnishtop/varnishtop.c	2006-08-07 16:23:02 UTC (rev 735)
+++ trunk/varnish-cache/bin/varnishtop/varnishtop.c	2006-08-07 16:23:16 UTC (rev 736)
@@ -15,6 +15,7 @@
 #include <vsb.h>
 #include <vis.h>
 
+#include "libvarnish.h"
 #include "shmlog.h"
 #include "queue.h"
 #include "varnishapi.h"




More information about the varnish-commit mailing list