From 8badddad74369390468b8062294bd01f0150703d Mon Sep 17 00:00:00 2001 From: fielding Date: Sun, 28 Jan 2001 09:06:04 +0000 Subject: Eliminate another warning. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61148 13f79535-47bb-0310-9956-ffa450edef68 --- misc/unix/getuuid.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'misc') 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 +#endif #if APR_HAVE_STRINGS_H #include #endif -- cgit v1.2.1