From: tfheen Date: Thu, 26 Feb 2009 08:36:28 +0000 (+0000) Subject: Fix compilation problem on Solaris - missing include X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed9a2047344a94e71f5ef781a2f83167cc0de798;p=varnish 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 --- 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"