summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/DynamicLoader.hxx.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-09-22 18:05:13 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-09-22 18:05:13 (GMT)
commit67dc176ffaa8c813d6156f14ff07c4685769aef8 (patch)
tree21f9a642074a2adcd9f23c12a985d7ca221e8b92 /Source/kwsys/DynamicLoader.hxx.in
parent43fe0d3978a81b74be42c0e975bdfe0092778b48 (diff)
downloadCMake-67dc176ffaa8c813d6156f14ff07c4685769aef8.zip
CMake-67dc176ffaa8c813d6156f14ff07c4685769aef8.tar.gz
CMake-67dc176ffaa8c813d6156f14ff07c4685769aef8.tar.bz2
ENH: a few more haiku fixes, stop the debugger from coming up for tests
Diffstat (limited to 'Source/kwsys/DynamicLoader.hxx.in')
-rw-r--r--Source/kwsys/DynamicLoader.hxx.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/kwsys/DynamicLoader.hxx.in b/Source/kwsys/DynamicLoader.hxx.in
index 3a03515..6ac30da 100644
--- a/Source/kwsys/DynamicLoader.hxx.in
+++ b/Source/kwsys/DynamicLoader.hxx.in
@@ -25,6 +25,8 @@
#if MAC_OS_X_VERSION_MAX_ALLOWED < 1030
#include <mach-o/dyld.h>
#endif
+#elif defined(__HAIKU__)
+ #include <os/kernel/image.h>
#elif defined(__BEOS__)
#include <be/kernel/image.h>
#endif