bjh         99/04/09 11:13:10

  Modified:    include  apr_file_io.h
  Log:
  Some platforms need sys/types.h included before sys/stat.h
  Rearange #includes to make it so.
  
  Revision  Changes    Path
  1.14      +1 -1      apache-apr/include/apr_file_io.h
  
  Index: apr_file_io.h
  ===================================================================
  RCS file: /home/cvs/apache-apr/include/apr_file_io.h,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- apr_file_io.h     1999/04/09 18:09:27     1.13
  +++ apr_file_io.h     1999/04/09 18:13:07     1.14
  @@ -56,8 +56,8 @@
   #ifndef APR_FILE_IO_H
   #define APR_FILE_IO_H
   
  -#include <sys/stat.h>
   #include <sys/types.h>
  +#include <sys/stat.h>
   #include <fcntl.h>
   #include <time.h>
   #include <dirent.h>
  
  
  

Reply via email to