File: mod_sql_mysql.c

package info (click to toggle)
proftpd-dfsg 1.3.9~dfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 58,692 kB
  • sloc: perl: 290,309; ansic: 244,301; sh: 17,315; php: 11,586; makefile: 1,094; xml: 93
file content (15 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Debian has another location of "mysql.h".
Author: Francesco Paolo Lovergine <frankie@debian.org>
Forwarded: not needed

--- proftpd-dfsg-1.3.6b.orig/contrib/mod_sql_mysql.c
+++ proftpd-dfsg-1.3.6b/contrib/mod_sql_mysql.c
@@ -131,7 +131,7 @@
 #include "conf.h"
 #include "../contrib/mod_sql.h"
 
-#include <mysql.h>
+#include <mysql/mysql.h>
 #include <stdbool.h>
 
 /* The my_make_scrambled_password{,_323} functions are not part of the public