cppunit: Enable elf symbol patching for Haiku.

Fixes #12799.

Signed-off-by: Augustin Cavalier <[email protected]>
This commit is contained in:
Mark Hellegers
2016-06-18 18:11:47 -04:00
committed by Augustin Cavalier
parent ac315db012
commit 56430ad800
3 changed files with 6 additions and 8 deletions
+3 -1
View File
@@ -17,7 +17,9 @@ class BDirectory;
class BLocker;
class BPath;
class ElfSymbolPatchGroup;
#ifndef NO_ELF_SYMBOL_PATCHING
#include <tools/elfsymbolpatcher/ElfSymbolPatcher.h>
#endif
// Defines SuiteFunction to be a pointer to a function that
// takes no arguments and returns a pointer to a CppUnit::Test