diff options
Diffstat (limited to 'locks/unix')
-rw-r--r-- | locks/unix/crossproc.c | 1 | ||||
-rw-r--r-- | locks/unix/locks.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/locks/unix/crossproc.c b/locks/unix/crossproc.c index 96d28625a..ed01583b3 100644 --- a/locks/unix/crossproc.c +++ b/locks/unix/crossproc.c @@ -53,6 +53,7 @@ */ #include "apr.h" +#include "apr_strings.h" #include "locks.h" #if APR_USE_SYSVSEM_SERIALIZE diff --git a/locks/unix/locks.c b/locks/unix/locks.c index 823c9ca37..3e25cc67e 100644 --- a/locks/unix/locks.c +++ b/locks/unix/locks.c @@ -53,6 +53,7 @@ */ #include "locks.h" +#include "apr_strings.h" #include "apr_portable.h" ap_status_t ap_create_lock(ap_lock_t **lock, ap_locktype_e type, |