diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-07-06 22:49:04 +0200 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-07-06 22:49:04 +0200 |
| commit | 92c7b91002b64187a67463e79ae3d306f5de923c (patch) | |
| tree | 0a167d65d488fd07641789e45c6863e2b982fe43 /plugins/common.h | |
| parent | bb4ce15997a3023c5c4f2bb434b37699797272da (diff) | |
| parent | e63acdb83d9edcc8c1e244fc34043b4876b74f16 (diff) | |
| download | monitoring-plugins-92c7b91002b64187a67463e79ae3d306f5de923c.tar.gz | |
Merge branch 'master' into refactor/check_load
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 |
