summaryrefslogtreecommitdiff
path: root/dbd/apr_dbd_mysql.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbd/apr_dbd_mysql.c')
-rw-r--r--dbd/apr_dbd_mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbd/apr_dbd_mysql.c b/dbd/apr_dbd_mysql.c
index 9f6fce663..238d6f53c 100644
--- a/dbd/apr_dbd_mysql.c
+++ b/dbd/apr_dbd_mysql.c
@@ -33,7 +33,7 @@
#include <mysql/mysql.h>
#include <mysql/errmsg.h>
#else /* !defined(HAVE_MYSQL_MYSQL_H) */
-#if defined(HAVE_MY_GLOBAL_H)
+#if defined(HAVE_MY_GLOBAL_H)
#include <my_global.h>
#if defined(HAVE_MY_SYS_H)
#include <my_sys.h>