summaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2001-11-11 08:26:25 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2001-11-11 08:26:25 +0000
commitd2746907b75006a7358648025ea1ee15cb816d91 (patch)
tree41ad00e15e3e8b7b4d06df5552257585f6766b01 /user
parent0cc7cef6cb5523e4db7703dda3464cd7ccdcea4e (diff)
downloadapr-d2746907b75006a7358648025ea1ee15cb816d91.tar.gz
We need to import the declaration of memcpy.
git-svn-id: https://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