r720 - trunk/varnish-cache/include

des at projects.linpro.no des at projects.linpro.no
Mon Aug 7 17:09:53 CEST 2006


Author: des
Date: 2006-08-07 17:09:53 +0200 (Mon, 07 Aug 2006)
New Revision: 720

Modified:
   trunk/varnish-cache/include/libvarnish.h
Log:
Relucantly include <time.h> for time_t.  We'll have to clean up our header
files at some point.

Modified: trunk/varnish-cache/include/libvarnish.h
===================================================================
--- trunk/varnish-cache/include/libvarnish.h	2006-08-07 15:08:35 UTC (rev 719)
+++ trunk/varnish-cache/include/libvarnish.h	2006-08-07 15:09:53 UTC (rev 720)
@@ -2,6 +2,8 @@
  * $Id$
  */
 
+#include <time.h>
+
 /* from libvarnish/argv.c */
 void FreeArgv(char **argv);
 char **ParseArgv(const char *s, int comment);




More information about the varnish-commit mailing list