kfogel 01/07/19 10:31:05
Modified: memory/unix apr_sms_trivial.c
Log:
#include <string.h>, for memcpy().
Revision Changes Path
1.17 +1 -0 apr/memory/unix/apr_sms_trivial.c
Index: apr_sms_trivial.c
===================================================================
RCS file: /home/cvs/apr/memory/unix/apr_sms_trivial.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- apr_sms_trivial.c 2001/07/12 16:57:52 1.16
+++ apr_sms_trivial.c 2001/07/19 17:31:05 1.17
@@ -60,6 +60,7 @@
#include "apr_lock.h"
#include "sms_private.h"
#include <stddef.h>
+#include <string.h>
static const char *module_identity = "TRIVIAL";
|