12 lines
363 B
Diff
12 lines
363 B
Diff
--- 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
|