summaryrefslogtreecommitdiff
path: root/dso/os2/dso.h
diff options
context:
space:
mode:
Diffstat (limited to 'dso/os2/dso.h')
-rw-r--r--dso/os2/dso.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/dso/os2/dso.h b/dso/os2/dso.h
index 86d82f22a..b37e1a54c 100644
--- a/dso/os2/dso.h
+++ b/dso/os2/dso.h
@@ -62,6 +62,9 @@
#include "apr_general.h"
#include "apr_pools.h"
#include "apr_dso.h"
+#include "apr.h"
+
+#if APR_HAS_DSO
struct ap_dso_handle_t {
ap_pool_t *cont; /* Context for returning error strings */
@@ -71,3 +74,5 @@ struct ap_dso_handle_t {
};
#endif
+
+#endif