]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix out-of-tree build on Solaris.
authorIvo Raisr <ivosh@ivosh.net>
Thu, 17 Aug 2017 20:38:18 +0000 (22:38 +0200)
committerIvo Raisr <ivosh@ivosh.net>
Thu, 17 Aug 2017 20:38:18 +0000 (22:38 +0200)
Simply #include config.h with no path at all.
Path by: Rob Boehne <robb@datalogics.com>

include/vki/vki-solaris.h

index 5b7bb21c473ae1d7f9eaf7e6f368dc6b9791e0cf..5ab109c3e1d24039c600d648ac73e0c8d328cd9c 100644 (file)
@@ -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). */