mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-13 14:42:03 +00:00
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:
@@ -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). */
|
||||
|
||||
Reference in New Issue
Block a user