Fix #12799: Enable elf symbol patching for Haiku

Signed-off-by: Jérôme Duval <[email protected]>
This commit is contained in:
Mark Hellegers
2016-10-30 10:42:24 +01:00
committed by Jérôme Duval
parent a034dfb647
commit 65f5e1e1b2
3 changed files with 7 additions and 7 deletions
+4
View File
@@ -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