summaryrefslogtreecommitdiffstats
path: root/contrib/check_mysql.c
diff options
context:
space:
mode:
authorEthan Galstad <egalstad@users.sourceforge.net>2002-03-01 02:42:56 (GMT)
committerEthan Galstad <egalstad@users.sourceforge.net>2002-03-01 02:42:56 (GMT)
commitecc185f1a43d2b01acb14c9cdcc98e80d3b67122 (patch)
tree29839707d5910c08ce881a3bcddb2822f67afb2f /contrib/check_mysql.c
parent44a321cb8a42d6c0ea2d96a1086a17f2134c89cc (diff)
downloadmonitoring-plugins-ecc185f1a43d2b01acb14c9cdcc98e80d3b67122.tar.gz
Contrib plugin cleanup
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@6 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'contrib/check_mysql.c')
-rw-r--r--contrib/check_mysql.c4
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
37MYSQL mysql; 37MYSQL mysql;