diff options
Diffstat (limited to 'contrib/check_mysql.c')
-rw-r--r-- | contrib/check_mysql.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/check_mysql.c b/contrib/check_mysql.c index 9abacf8..56725dc 100644 --- a/contrib/check_mysql.c +++ b/contrib/check_mysql.c | |||
@@ -30,8 +30,8 @@ | |||
30 | * | 30 | * |
31 | *******************************************************************/ | 31 | *******************************************************************/ |
32 | 32 | ||
33 | #include "../common/config.h" | 33 | #include "config.h" |
34 | #include "../common/common.h" | 34 | #include "common.h" |
35 | #include "mysql.h" | 35 | #include "mysql.h" |
36 | 36 | ||
37 | MYSQL mysql; | 37 | MYSQL mysql; |