From ba17add79a563bd1395dc05fa7309baffbcaa3ce Mon Sep 17 00:00:00 2001 From: Ivo Raisr Date: Thu, 17 Aug 2017 22:38:18 +0200 Subject: [PATCH] Fix out-of-tree build on Solaris. Simply #include config.h with no path at all. Path by: Rob Boehne --- include/vki/vki-solaris.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). */ -- 2.47.2