summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorfielding <fielding@13f79535-47bb-0310-9956-ffa450edef68>2001-01-28 09:06:04 +0000
committerfielding <fielding@13f79535-47bb-0310-9956-ffa450edef68>2001-01-28 09:06:04 +0000
commit8badddad74369390468b8062294bd01f0150703d (patch)
tree8071f73cb03787cbb33baf4e6f00c7200e9d1e2c /misc
parent2e41957ecaa7ef1b7037f4862d31870a67416e49 (diff)
downloadlibapr-8badddad74369390468b8062294bd01f0150703d.tar.gz
Eliminate another warning.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61148 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 28820f00f..4cd0d36db 100644
--- a/misc/unix/getuuid.c
+++ b/misc/unix/getuuid.c
@@ -66,6 +66,9 @@
#include "apr_uuid.h"
#include "apr_md5.h"
#include "apr_general.h"
+#if APR_HAVE_STRING_H
+#include <string.h>
+#endif
#if APR_HAVE_STRINGS_H
#include <strings.h>
#endif