trawick 00/12/10 13:44:39
Modified: test testfile.c Log: include <string.h> for the memset() declaration Revision Changes Path 1.20 +1 -0 apr/test/testfile.c Index: testfile.c =================================================================== RCS file: /home/cvs/apr/test/testfile.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- testfile.c 2000/12/03 17:47:40 1.19 +++ testfile.c 2000/12/10 21:44:39 1.20 @@ -55,6 +55,7 @@ #include <assert.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include "apr_file_io.h" #include "apr_network_io.h" #include "apr_errno.h"
