diff options
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 |