
cherokee at cherokee-project
Sep 18, 2009, 1:55 AM
Post #1 of 1
(204 views)
Permalink
|
|
[3666] benchmark/main.c: Adds a missing header.
|
|
Revision: 3666 http://svn.cherokee-project.com/changeset/3666 Author: alo Date: 2009-09-18 10:55:07 +0200 (Fri, 18 Sep 2009) Log Message: ----------- Adds a missing header. Cherokee-benchmark was failed to compile on some platforms because of this issue. Modified Paths: -------------- benchmark/main.c Modified: benchmark/main.c =================================================================== --- benchmark/main.c 2009-09-16 18:39:38 UTC (rev 3665) +++ benchmark/main.c 2009-09-18 08:55:07 UTC (rev 3666) @@ -24,6 +24,7 @@ #include <unistd.h> #include <time.h> +#include <sys/resource.h> #include <pthread.h>
|