From: Ivo Raisr Date: Thu, 17 Aug 2017 20:38:18 +0000 (+0200) Subject: Fix out-of-tree build on Solaris. X-Git-Tag: VALGRIND_3_14_0~283 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba17add79a563bd1395dc05fa7309baffbcaa3ce;p=thirdparty%2Fvalgrind.git Fix out-of-tree build on Solaris. Simply #include config.h with no path at all. Path by: Rob Boehne --- diff --git a/include/vki/vki-solaris.h b/include/vki/vki-solaris.h index 5b7bb21c47..5ab109c3e1 100644 --- a/include/vki/vki-solaris.h +++ b/include/vki/vki-solaris.h @@ -42,7 +42,7 @@ #ifndef __VKI_SOLARIS_H #define __VKI_SOLARIS_H -#include "../../config.h" +#include "config.h" /* _XOPEN_SOURCE equal to at least '500' is required so that various system structures have all necessary attributes (for example struct msghdr). */