]> err.no Git - varnish/commitdiff
Add <stdarg.h> include
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 2 Aug 2006 11:18:11 +0000 (11:18 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 2 Aug 2006 11:18:11 +0000 (11:18 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@601 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_http.c

index 7a6bd5b9ed6d0f0a5cd6e28e1f2fb3f341628127..682a597112127888df0b4ff19a659c597c769e4a 100644 (file)
@@ -7,6 +7,7 @@
 #include <stdio.h>
 #include <errno.h>
 #include <unistd.h>
+#include <stdarg.h>
 #include <stdlib.h>
 #include <string.h>
 #include <ctype.h>