summaryrefslogtreecommitdiff
path: root/memory
diff options
context:
space:
mode:
authorkfogel <kfogel@13f79535-47bb-0310-9956-ffa450edef68>2001-07-19 17:31:05 +0000
committerkfogel <kfogel@13f79535-47bb-0310-9956-ffa450edef68>2001-07-19 17:31:05 +0000
commita622fb9e9c9533184d5cc64fb416684ebb5d208e (patch)
tree322bd76228732e4b8b2d9889ebf46268a169a0e4 /memory
parent02641ababbbf3c4986c786b038c7d7ded547fa51 (diff)
downloadlibapr-a622fb9e9c9533184d5cc64fb416684ebb5d208e.tar.gz
#include <string.h>, for memcpy().
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61970 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'memory')
-rw-r--r--memory/unix/apr_sms_trivial.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/memory/unix/apr_sms_trivial.c b/memory/unix/apr_sms_trivial.c
index 14165e689..54948bf7c 100644
--- a/memory/unix/apr_sms_trivial.c
+++ b/memory/unix/apr_sms_trivial.c
@@ -60,6 +60,7 @@
#include "apr_lock.h"
#include "sms_private.h"
#include <stddef.h>
+#include <string.h>
static const char *module_identity = "TRIVIAL";