diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-06-28 09:53:59 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-06-28 09:53:59 +0200 |
commit | 882ef5015f43856994be5a3766ca3fe2005908b0 (patch) | |
tree | 3ed241a4f9ac3d1e01acd70a5df81b62a807a034 /plugins/common.h | |
parent | a746576b8cb72a3233caf5ac852b2679cc98d80c (diff) | |
parent | f43c52194ce60b7a7fec463be0df7025705b8924 (diff) | |
download | monitoring-plugins-882ef5015f43856994be5a3766ca3fe2005908b0.tar.gz |
Merge branch 'master' into refactor/check_procs
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 |