diff options
Diffstat (limited to 'net-ftp/proftpd/files')
-rw-r--r-- | net-ftp/proftpd/files/proftpd-1.3.2-mysql-include.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-ftp/proftpd/files/proftpd-1.3.2-mysql-include.patch b/net-ftp/proftpd/files/proftpd-1.3.2-mysql-include.patch new file mode 100644 index 000000000000..d6699d8ddda1 --- /dev/null +++ b/net-ftp/proftpd/files/proftpd-1.3.2-mysql-include.patch @@ -0,0 +1,11 @@ +--- proftpd-1.3.2/contrib/mod_sql_mysql.c.orig 2009-02-05 19:53:54.000000000 +0100 ++++ proftpd-1.3.2/contrib/mod_sql_mysql.c 2009-02-19 18:39:07.000000000 +0100 +@@ -135,7 +135,7 @@ + #include "conf.h" + #include "../contrib/mod_sql.h" + +-#include <mysql.h> ++#include <mysql/mysql.h> + + /* + * timer-handling code adds the need for a couple of forward declarations |