]> err.no Git - varnish/commitdiff
Relucantly include <time.h> for time_t. We'll have to clean up our header
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 7 Aug 2006 15:09:53 +0000 (15:09 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 7 Aug 2006 15:09:53 +0000 (15:09 +0000)
files at some point.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@720 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/include/libvarnish.h

index 592d7df9dd1aeb253c7f7b6a4c0324d51d36ba02..d1dd724de1800e2a6f2f10538833ea233baf16cf 100644 (file)
@@ -2,6 +2,8 @@
  * $Id$
  */
 
+#include <time.h>
+
 /* from libvarnish/argv.c */
 void FreeArgv(char **argv);
 char **ParseArgv(const char *s, int comment);