trawick 02/01/08 04:29:38 Modified: file_io/unix mktemp.c Log: get the prototype for apr_os_file_put() Revision Changes Path 1.19 +1 -0 apr/file_io/unix/mktemp.c Index: mktemp.c =================================================================== RCS file: /home/cvs/apr/file_io/unix/mktemp.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- mktemp.c 8 Jan 2002 06:33:00 -0000 1.18 +++ mktemp.c 8 Jan 2002 12:29:38 -0000 1.19 @@ -88,6 +88,7 @@ #include "apr_file_io.h" /* prototype of apr_mkstemp() */ #include "apr_strings.h" /* prototype of apr_mkstemp() */ #include "fileio.h" /* prototype of apr_mkstemp() */ +#include "apr_portable.h" /* for apr_os_file_put() */ #ifndef HAVE_MKSTEMP