You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rb...@locus.apache.org on 2000/12/03 06:07:58 UTC

cvs commit: apr/test testshmem.c

rbb         00/12/02 21:07:58

  Modified:    test     testshmem.c
  Log:
  Add a header to remove a warning.
  
  Revision  Changes    Path
  1.13      +1 -0      apr/test/testshmem.c
  
  Index: testshmem.c
  ===================================================================
  RCS file: /home/cvs/apr/test/testshmem.c,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- testshmem.c	2000/11/15 21:46:38	1.12
  +++ testshmem.c	2000/12/03 05:07:57	1.13
  @@ -58,6 +58,7 @@
   #include "apr_general.h"
   #include "apr_lib.h"
   #include "apr_strings.h"
  +#include "apr_time.h"
   #include <errno.h>
   #include <stdio.h>
   #include <stdlib.h>