summaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2001-11-11 08:26:25 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2001-11-11 08:26:25 +0000
commitc4b5757c3e147d908b250cc3c41e3057b8f6c4ce (patch)
tree41ad00e15e3e8b7b4d06df5552257585f6766b01 /user
parent851544f570ff464bc929139e6989424b2a381de8 (diff)
downloadlibapr-c4b5757c3e147d908b250cc3c41e3057b8f6c4ce.tar.gz
We need to import the declaration of memcpy.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62499 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'user')
-rw-r--r--user/unix/userinfo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/user/unix/userinfo.c b/user/unix/userinfo.c
index 27445e4ee..717b3dc77 100644
--- a/user/unix/userinfo.c
+++ b/user/unix/userinfo.c
@@ -65,6 +65,8 @@
#if APR_HAVE_UNISTD_H
#include <unistd.h> /* for _POSIX_THREAD_SAFE_FUNCTIONS */
#endif
+#define APR_WANT_MEMFUNC
+#include "apr_want.h"
#define PWBUF_SIZE 512