diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/common.h b/plugins/common.h index 280333e..4877eee 100644 --- a/plugins/common.h +++ b/plugins/common.h | |||
@@ -30,12 +30,16 @@ | |||
30 | * | 30 | * |
31 | *****************************************************************************/ | 31 | *****************************************************************************/ |
32 | 32 | ||
33 | #include "config.h" | ||
34 | |||
35 | #ifdef HAVE_FEATURES_H | ||
36 | #include <features.h> | ||
37 | #endif | ||
38 | |||
33 | #include <stdio.h> /* obligatory includes */ | 39 | #include <stdio.h> /* obligatory includes */ |
34 | #include <stdlib.h> | 40 | #include <stdlib.h> |
35 | #include <errno.h> | 41 | #include <errno.h> |
36 | 42 | ||
37 | #include "config.h" | ||
38 | |||
39 | #ifdef HAVE_STRINGS_H | 43 | #ifdef HAVE_STRINGS_H |
40 | #include <strings.h> | 44 | #include <strings.h> |
41 | #endif | 45 | #endif |