summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>2000-10-08 02:13:58 +0000
committerbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>2000-10-08 02:13:58 +0000
commit9c9e460208302b3a0d83105b648fa84610914d20 (patch)
tree592388e4aeb0a7993213dc3ac989b1b279d4af05 /misc
parent9a86bc51c2e49421399fb3a28dadeeca7b558933 (diff)
downloadlibapr-9c9e460208302b3a0d83105b648fa84610914d20.tar.gz
Add some headers needed for a clean compile on OS/2.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60562 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-rw-r--r--misc/unix/getuuid.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/unix/getuuid.c b/misc/unix/getuuid.c
index b3efd645a..cd17a553d 100644
--- a/misc/unix/getuuid.c
+++ b/misc/unix/getuuid.c
@@ -59,11 +59,16 @@
#include <unistd.h> /* for getpid, gethostname */
#include <stdlib.h> /* for rand, srand */
+#include <sys/time.h> /* for gettimeofday */
#include "apr.h"
+#include "apr_private.h"
#include "apr_uuid.h"
#include "apr_md5.h"
#include "apr_general.h"
+#ifdef HAVE_NETDB_H
+#include <netdb.h>
+#endif
#define NODE_LENGTH 6