summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2001-11-30 19:03:57 +0000
committerBradley Nicholes <bnicholes@apache.org>2001-11-30 19:03:57 +0000
commit949642e110682d8dc7facce99aecccdc1ad3d42c (patch)
tree4de519229f0b4f7118a13d145a937b54f3b5e8fc /misc
parent9ab8ca332bac604415af9a91de4a1339d79e27b3 (diff)
downloadapr-949642e110682d8dc7facce99aecccdc1ad3d42c.tar.gz
Removed an unneeded header on NetWare
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62584 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-rw-r--r--misc/unix/getuuid.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/unix/getuuid.c b/misc/unix/getuuid.c
index abd8ca7fc..a87d1b75c 100644
--- a/misc/unix/getuuid.c
+++ b/misc/unix/getuuid.c
@@ -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"