dovecot-2.2: checkpassword: Compiling fix for some systems
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Sun May 20 03:26:27 EEST 2012
    
    
  
details:   http://hg.dovecot.org/dovecot-2.2/rev/2c5a7cc1023e
changeset: 14322:2c5a7cc1023e
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Mar 11 09:08:08 2012 +0200
description:
checkpassword: Compiling fix for some systems
diffstat:
 src/auth/db-checkpassword.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 1289b79241bb -r 2c5a7cc1023e src/auth/db-checkpassword.c
--- a/src/auth/db-checkpassword.c	Sat Mar 10 18:32:34 2012 +0200
+++ b/src/auth/db-checkpassword.c	Sun Mar 11 09:08:08 2012 +0200
@@ -19,6 +19,7 @@
 
 #include <stdlib.h>
 #include <unistd.h>
+#include <sys/wait.h>
 
 #define CHECKPASSWORD_MAX_REQUEST_LEN 512
 
    
    
More information about the dovecot-cvs
mailing list