Fix #12799: Enable elf symbol patching for Haiku
Signed-off-by: Jérôme Duval <[email protected]>
This commit is contained in:
committed by
Jérôme Duval
parent
a034dfb647
commit
65f5e1e1b2
@@ -17,7 +17,11 @@ class BDirectory;
|
||||
class BLocker;
|
||||
class BPath;
|
||||
|
||||
#ifndef NO_ELF_SYMBOL_PATCHING
|
||||
#include <tools/elfsymbolpatcher/ElfSymbolPatcher.h>
|
||||
#else
|
||||
class ElfSymbolPatchGroup;
|
||||
#endif
|
||||
|
||||
// Defines SuiteFunction to be a pointer to a function that
|
||||
// takes no arguments and returns a pointer to a CppUnit::Test
|
||||
|
||||
Reference in New Issue
Block a user