summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2013-11-17 20:10:28 +0000
committerGraham Leggett <minfrin@apache.org>2013-11-17 20:10:28 +0000
commitb1f65f1cd18a40574665c04cfff122fe819dc53b (patch)
tree3b1eeb9fb0170584d37ca746938bfa62d9074970 /include
parent1aa12d83bcd7544b729b51d0cab80420f5286cc8 (diff)
downloadhttpd-b1f65f1cd18a40574665c04cfff122fe819dc53b.tar.gz
slotmem_shm: Error detection
trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1540161 https://svn.apache.org/viewvc?view=revision&revision=1540163 https://svn.apache.org/viewvc?view=revision&revision=1540178 https://svn.apache.org/viewvc?view=revision&revision=1540179 https://svn.apache.org/viewvc?view=revision&revision=1540220 http://svn.apache.org/viewvc?view=revision&revision=r1542413 2.4.x patch: http://people.apache.org/~jim/patches/slotmem-error2.patch Submitted by: jim Reviewed by: jorton, minfrin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1542803 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/ap_slotmem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ap_slotmem.h b/include/ap_slotmem.h
index b9c810366d..e1615e91e8 100644
--- a/include/ap_slotmem.h
+++ b/include/ap_slotmem.h
@@ -39,6 +39,7 @@
#include "apr_shm.h"
#include "apr_global_mutex.h"
#include "apr_file_io.h"
+#include "apr_md5.h"
#if APR_HAVE_UNISTD_H
#include <unistd.h> /* for getpid() */