From: des Date: Mon, 7 Aug 2006 15:09:53 +0000 (+0000) Subject: Relucantly include for time_t. We'll have to clean up our header X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=198fb4830f98e50fa9aa580f9040524e290a6e3b;p=varnish Relucantly include for time_t. We'll have to clean up our header files at some point. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@720 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/include/libvarnish.h b/varnish-cache/include/libvarnish.h index 592d7df9..d1dd724d 100644 --- a/varnish-cache/include/libvarnish.h +++ b/varnish-cache/include/libvarnish.h @@ -2,6 +2,8 @@ * $Id$ */ +#include + /* from libvarnish/argv.c */ void FreeArgv(char **argv); char **ParseArgv(const char *s, int comment);