diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-18 15:57:44 +0100 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-18 15:57:44 +0100 |
| commit | 59e0a258f9c0f393bf29cced1f35743f74e7b10c (patch) | |
| tree | b58756ef9284f4a02546fcc098f036a677e4481f /plugins/common.h | |
| parent | 7994b478187d38c04dd2d7d9241d237875589738 (diff) | |
| download | monitoring-plugins-59e0a258f9c0f393bf29cced1f35743f74e7b10c.tar.gz | |
Migrate disk tests from lib, tool
Diffstat (limited to 'plugins/common.h')
| -rw-r--r-- | plugins/common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/common.h b/plugins/common.h index 603bae55..35d1e549 100644 --- a/plugins/common.h +++ b/plugins/common.h | |||
| @@ -31,7 +31,7 @@ | |||
| 31 | #ifndef _COMMON_H_ | 31 | #ifndef _COMMON_H_ |
| 32 | #define _COMMON_H_ | 32 | #define _COMMON_H_ |
| 33 | 33 | ||
| 34 | #include "config.h" | 34 | #include "../config.h" |
| 35 | #include "../lib/monitoringplug.h" | 35 | #include "../lib/monitoringplug.h" |
| 36 | 36 | ||
| 37 | #ifdef HAVE_FEATURES_H | 37 | #ifdef HAVE_FEATURES_H |
| @@ -110,7 +110,7 @@ | |||
| 110 | 110 | ||
| 111 | /* GNU Libraries */ | 111 | /* GNU Libraries */ |
| 112 | #include <getopt.h> | 112 | #include <getopt.h> |
| 113 | #include "dirname.h" | 113 | #include "../gl/dirname.h" |
| 114 | 114 | ||
| 115 | #include <locale.h> | 115 | #include <locale.h> |
| 116 | 116 | ||
| @@ -190,7 +190,7 @@ enum { | |||
| 190 | * Internationalization | 190 | * Internationalization |
| 191 | * | 191 | * |
| 192 | */ | 192 | */ |
| 193 | #include "gettext.h" | 193 | #include "../gl/gettext.h" |
| 194 | #define _(String) gettext (String) | 194 | #define _(String) gettext (String) |
| 195 | #if ! ENABLE_NLS | 195 | #if ! ENABLE_NLS |
| 196 | # undef textdomain | 196 | # undef textdomain |
