
cherokee at cherokee-project
Nov 20, 2009, 7:47 AM
Post #1 of 1
(170 views)
Permalink
|
|
[3852] cherokee/trunk/cherokee: Fixes a couple of minor compilation issues reported by Sandino Araico
|
|
Revision: 3852 http://svn.cherokee-project.com/changeset/3852 Author: alo Date: 2009-11-20 16:47:38 +0100 (Fri, 20 Nov 2009) Log Message: ----------- Fixes a couple of minor compilation issues reported by Sandino Araico S?\195?\161nchez <sandino [at] sandino>. Thanks! Modified Paths: -------------- cherokee/trunk/cherokee/rrd_tools.c cherokee/trunk/cherokee/validator_htpasswd.c Modified: cherokee/trunk/cherokee/rrd_tools.c =================================================================== --- cherokee/trunk/cherokee/rrd_tools.c 2009-11-20 15:47:36 UTC (rev 3851) +++ cherokee/trunk/cherokee/rrd_tools.c 2009-11-20 15:47:38 UTC (rev 3852) @@ -29,6 +29,7 @@ #include <sys/types.h> #include <signal.h> #include <sys/stat.h> +#include <sys/wait.h> #include "rrd_tools.h" #include "virtual_server.h" Modified: cherokee/trunk/cherokee/validator_htpasswd.c =================================================================== --- cherokee/trunk/cherokee/validator_htpasswd.c 2009-11-20 15:47:36 UTC (rev 3851) +++ cherokee/trunk/cherokee/validator_htpasswd.c 2009-11-20 15:47:38 UTC (rev 3852) @@ -35,6 +35,7 @@ #include "connection-protected.h" #include "sha1.h" #include "md5crypt.h" +#include "util.h" #define CRYPT_SALT_LENGTH 2
|