jwoolley 01/07/24 09:12:34
Modified: memory/unix apr_sms_trivial.c Log: Use apr_want.h instead of using string.h directly Revision Changes Path 1.19 +2 -1 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.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- apr_sms_trivial.c 2001/07/23 20:48:46 1.18 +++ apr_sms_trivial.c 2001/07/24 16:12:34 1.19 @@ -58,9 +58,10 @@ #include "apr_sms.h" #include "apr_sms_trivial.h" #include "apr_lock.h" +#define APR_WANT_MEMFUNC +#include "apr_want.h" #include "sms_private.h" #include <stddef.h> -#include <string.h> static const char *module_identity = "TRIVIAL";
