Fix out-of-tree build on Solaris.

Simply #include config.h with no path at all.
Path by: Rob Boehne <robb@datalogics.com>
This commit is contained in:
Ivo Raisr
2017-08-17 22:38:18 +02:00
parent b343cc638a
commit ba17add79a

View 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). */