You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2011/05/14 11:14:00 UTC

svn commit: r1102978 - /apr/apr/trunk/test/testmemcache.c

Author: wrowe
Date: Sat May 14 09:13:59 2011
New Revision: 1102978

URL: http://svn.apache.org/viewvc?rev=1102978&view=rev
Log:
Appears to be required for getpid()

Modified:
    apr/apr/trunk/test/testmemcache.c

Modified: apr/apr/trunk/test/testmemcache.c
URL: http://svn.apache.org/viewvc/apr/apr/trunk/test/testmemcache.c?rev=1102978&r1=1102977&r2=1102978&view=diff
==============================================================================
--- apr/apr/trunk/test/testmemcache.c (original)
+++ apr/apr/trunk/test/testmemcache.c Sat May 14 09:13:59 2011
@@ -22,6 +22,7 @@
 #include "apr_hash.h"
 #include "apr_memcache.h"
 #include "apr_network_io.h"
+#include "apr_thread_proc.h"
 
 #if APR_HAVE_STDLIB_H
 #include <stdlib.h>             /* for exit() */