bnicholes 01/11/30 11:03:57
Modified: misc/unix getuuid.c Log: Removed an unneeded header on NetWare Revision Changes Path 1.14 +3 -0 apr/misc/unix/getuuid.c Index: getuuid.c =================================================================== RCS file: /home/cvs/apr/misc/unix/getuuid.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- getuuid.c 2001/08/10 21:04:47 1.13 +++ getuuid.c 2001/11/30 19:03:57 1.14 @@ -59,7 +59,10 @@ #include <unistd.h> /* for getpid, gethostname */ #include <stdlib.h> /* for rand, srand */ + +#ifndef NETWARE #include <sys/time.h> /* for gettimeofday */ +#endif #include "apr.h" #include "apr_private.h"
