summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2001-04-22 21:05:41 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2001-04-22 21:05:41 +0000
commit4472875156f2f628e1de668a874b72609eee3cc0 (patch)
treea5798544103cb76d171fce6fba7fee973d29d514 /include
parent2795ac941bf62cf5b53f0829ee17fabf43459264 (diff)
downloadlibapr-4472875156f2f628e1de668a874b72609eee3cc0.tar.gz
Add the apr_os_dso_handle_get/set for BeOS and some other pieces of tidying up
to remove some errors as the handle is an integer not a pointer. Also add the include to apr_portable.h that I missed as pointed out by Peter Schultz. Submitted by: Peter Schultz Reviewed by: David Reid <dreid@apache.org> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61545 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/apr_portable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/apr_portable.h b/include/apr_portable.h
index db7241ef5..d0aa1d92d 100644
--- a/include/apr_portable.h
+++ b/include/apr_portable.h
@@ -117,6 +117,7 @@ typedef HMODULE apr_os_dso_handle_t;
#elif defined(__BEOS__)
#include <kernel/OS.h>
+#include <kernel/image.h>
struct apr_os_lock_t {
/* Inter proc */