diff options
author | shennetsind <ind@henn.et> | 2014-02-03 16:04:17 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2014-02-03 16:04:17 -0200 |
commit | 250ec31ab4af9a3370d4412689802f9c46c45bea (patch) | |
tree | cf9bce988a6237d63c35bc1135bed036e64f38e7 /src/plugins/db2sql.c | |
parent | 26af96e93821b1b4b918086473b987b5382c7b3a (diff) | |
download | hercules-250ec31ab4af9a3370d4412689802f9c46c45bea.tar.gz hercules-250ec31ab4af9a3370d4412689802f9c46c45bea.tar.bz2 hercules-250ec31ab4af9a3370d4412689802f9c46c45bea.tar.xz hercules-250ec31ab4af9a3370d4412689802f9c46c45bea.zip |
Wrap up on HPMDC
http://hercules.ws/board/topic/4283-introducing-hpm-datacheck/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/plugins/db2sql.c')
-rw-r--r-- | src/plugins/db2sql.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/db2sql.c b/src/plugins/db2sql.c index e72d47b80..46d654e0d 100644 --- a/src/plugins/db2sql.c +++ b/src/plugins/db2sql.c @@ -16,6 +16,8 @@ #include <stdio.h> #include <stdlib.h> +#include "../common/HPMDataCheck.h" + HPExport struct hplugin_info pinfo = { "DB2SQL", // Plugin name SERVER_TYPE_MAP, // Which server types this plugin works with? |