search for: 85e05f8a

Displaying 1 result from an estimated 1 matches for "85e05f8a".

2004 Jul 30
2
Patch for 0.99.10.8
I uploaded 0.99.10.8 to Debian but I needed the patch below to get it to compile. --- dovecot-0.99.10.8.orig/src/auth/db-mysql.h +++ dovecot-0.99.10.8/src/auth/db-mysql.h @@ -1,7 +1,8 @@ #ifndef __DB_MYSQL_H #define __DB_MYSQL_H -#include <mysql.h> +#include <mysql/mysql.h> +#include <mysql/errmsg.h> struct mysql_connection; struct mysql_request; -- Jaldhar H. Vyas