[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

fix for APR compile warning

From: Karl Fogel <kfogel_at_galois.collab.net>
Date: 2000-11-09 15:04:17 CET

'Nuff said:

2000-11-09 Karl Fogel <kfogel@collab.net>

        * apr_pools.c: #include <string.h>, for memset().

--- lib/apr_pools.c Thu Nov 9 08:01:56 2000
+++ lib/apr_pools.c Thu Nov 9 08:02:05 2000
@@ -91,6 +91,9 @@
 #include <fcntl.h>
 #endif
 
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
Received on Sat Oct 21 14:36:14 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.