trawick 01/08/31 04:06:53
Modified: time/unix time.c Log: include the prototype for apr_unix_setup_time() in the file that defines apr_unix_setup_time() to ensure consistency (and to eliminate a gcc warning to that effect) Revision Changes Path 1.53 +3 -0 apr/time/unix/time.c Index: time.c =================================================================== RCS file: /home/cvs/apr/time/unix/time.c,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- time.c 2001/08/31 06:07:34 1.52 +++ time.c 2001/08/31 11:06:53 1.53 @@ -58,6 +58,9 @@ #include "apr_private.h" #include "apr_strings.h" +/* private APR headers */ +#include "internal_time.h" + /* System Headers required for time library */ #if APR_HAVE_SYS_TIME_H #include <sys/time.h>
