updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / proftpd-deb / mod_sql_mysql.c.patch
blob33146c9b9087faa51982a2953c5eee7a81f25720
1 --- src/proftpd-1.3.2rc1/contrib/mod_sql_mysql.c.orig 2008-08-20 13:33:04.000000000 +1000
2 +++ src/proftpd-1.3.2rc1/contrib/mod_sql_mysql.c 2008-08-20 13:33:22.000000000 +1000
3 @@ -135,7 +135,7 @@
4 #include "conf.h"
5 #include "../contrib/mod_sql.h"
7 -#include <mysql.h>
8 +#include <mysql/mysql.h>
10 /*
11 * timer-handling code adds the need for a couple of forward declarations