From ed9a2047344a94e71f5ef781a2f83167cc0de798 Mon Sep 17 00:00:00 2001 From: tfheen Date: Thu, 26 Feb 2009 08:36:28 +0000 Subject: [PATCH] Fix compilation problem on Solaris - missing include Solaris appears to need #include for WEXITSTATUS to be defined. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3828 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishtest/vtc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/varnish-cache/bin/varnishtest/vtc.c b/varnish-cache/bin/varnishtest/vtc.c index 2bd12426..4e35d702 100644 --- a/varnish-cache/bin/varnishtest/vtc.c +++ b/varnish-cache/bin/varnishtest/vtc.c @@ -36,6 +36,7 @@ #include #include #include +#include #include "libvarnish.h" #include "vsb.h" -- 2.39.5