You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@locus.apache.org on 2000/12/10 22:44:39 UTC

cvs commit: apr/test testfile.c

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"