]> err.no Git - varnish/commitdiff
Missed one: Only include compat headers if necessary
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 11 Aug 2006 07:12:24 +0000 (07:12 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 11 Aug 2006 07:12:24 +0000 (07:12 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@794 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/mgt_vcc.c

index a9fa2495e5bb97cb995bcbbf8b5464653ca83a10..6d29de7a9400ba3d63fc24ddfd8d2145c6962f28 100644 (file)
@@ -11,7 +11,9 @@
 #include <string.h>
 #include <unistd.h>
 
+#ifndef HAVE_ASPRINTF
 #include "compat/asprintf.h"
+#endif
 #include "vsb.h"
 #include "queue.h"