summaryrefslogtreecommitdiff
path: root/src/mysql.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/mysql.sml')
-rw-r--r--src/mysql.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mysql.sml b/src/mysql.sml
index 6077eb5c..a8a10da7 100644
--- a/src/mysql.sml
+++ b/src/mysql.sml
@@ -1526,7 +1526,7 @@ fun p_cast (s, _) = s
fun p_blank _ = "?"
val () = addDbms {name = "mysql",
- header = "mysql/mysql.h",
+ header = Config.msheader,
link = "-lmysqlclient",
init = init,
p_sql_type = p_sql_type,