You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@locus.apache.org on 2000/04/05 05:55:57 UTC

cvs commit: apache-2.0/src/lib/apr/file_io/win32 filestat.c

stoddard    00/04/04 20:55:57

  Modified:    src/lib/apr/file_io/win32 filestat.c
  Log:
  Eliminate no FileTimeToAprTime() prototype warning
  
  Revision  Changes    Path
  1.12      +1 -0      apache-2.0/src/lib/apr/file_io/win32/filestat.c
  
  Index: filestat.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/file_io/win32/filestat.c,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- filestat.c	2000/04/03 19:44:36	1.11
  +++ filestat.c	2000/04/05 03:55:57	1.12
  @@ -59,6 +59,7 @@
   #include "apr_errno.h"
   #include "apr_time.h"
   #include <sys/stat.h>
  +#include "atime.h"
   
   #define S_ISLNK(m)  (0)
   #define S_ISREG(m)  (((m) & (S_IFMT))  == S_IFREG)