diff options
Diffstat (limited to 'plugins/check_mysql.c')
| -rw-r--r-- | plugins/check_mysql.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c index 92ac7ff0..9d547ddd 100644 --- a/plugins/check_mysql.c +++ b/plugins/check_mysql.c | |||
| @@ -25,8 +25,8 @@ const char *email = "nagiosplug-devel@lists.sourceforge.net"; | |||
| 25 | #include "utils.h" | 25 | #include "utils.h" |
| 26 | #include "netutils.h" | 26 | #include "netutils.h" |
| 27 | 27 | ||
| 28 | #include <mysql/mysql.h> | 28 | #include <mysql.h> |
| 29 | #include <mysql/errmsg.h> | 29 | #include <errmsg.h> |
| 30 | 30 | ||
| 31 | char *db_user = NULL; | 31 | char *db_user = NULL; |
| 32 | char *db_host = NULL; | 32 | char *db_host = NULL; |
