striker 01/07/02 01:29:48
Modified: memory/unix apr_sms_trivial.c Log: Included <stddef.h> to make sure NULL is declared. Revision Changes Path 1.6 +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.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- apr_sms_trivial.c 2001/07/02 08:13:03 1.5 +++ apr_sms_trivial.c 2001/07/02 08:29:45 1.6 @@ -59,6 +59,7 @@ #include "apr_sms_trivial.h" #include "apr_lock.h" #include "sms_private.h" +#include <stddef.h> static const char *module_identity = "TRIVIAL";
