summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/extra/m_mysql.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_mysql.cpp b/src/modules/extra/m_mysql.cpp
index 360bb1e26..8b9ad0666 100644
--- a/src/modules/extra/m_mysql.cpp
+++ b/src/modules/extra/m_mysql.cpp
@@ -22,7 +22,7 @@
#include "m_sqlv2.h"
#ifdef WINDOWS
-#pragma comment(lib, "mysqlclient")
+#pragma comment(lib, "mysqlclient.lib")
#endif
/* VERSION 2 API: With nonblocking (threaded) requests */