summaryrefslogtreecommitdiff
path: root/include/arch/unix/dso.h
diff options
context:
space:
mode:
authorwsanchez <wsanchez@13f79535-47bb-0310-9956-ffa450edef68>2001-04-18 17:47:11 +0000
committerwsanchez <wsanchez@13f79535-47bb-0310-9956-ffa450edef68>2001-04-18 17:47:11 +0000
commitedf0096caa228d52697be51e76d55dfec3b22207 (patch)
treefc77f43d5cd5bbc98ecb7905111d49168104b8d7 /include/arch/unix/dso.h
parente8f3596eddb2a7fda61ab4dec24b3269fb4e34ca (diff)
downloadlibapr-edf0096caa228d52697be51e76d55dfec3b22207.tar.gz
Include <macho-dyld.h>
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61530 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/arch/unix/dso.h')
-rw-r--r--include/arch/unix/dso.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/arch/unix/dso.h b/include/arch/unix/dso.h
index c7472c026..9f94d00de 100644
--- a/include/arch/unix/dso.h
+++ b/include/arch/unix/dso.h
@@ -63,6 +63,10 @@
#if APR_HAS_DSO
+#ifdef HAVE_MACH_O_DYLD_H
+#include <mach-o/dyld.h>
+#endif
+
#ifdef HAVE_DLFCN_H
#include <dlfcn.h>
#endif