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 e55b0bb..372e59a 100644 --- a/plugins/common.h +++ b/plugins/common.h | |||
@@ -40,6 +40,10 @@ | |||
40 | #include <stdlib.h> | 40 | #include <stdlib.h> |
41 | #include <errno.h> | 41 | #include <errno.h> |
42 | 42 | ||
43 | #ifdef HUGE_VAL_NEEDS_MATH_H | ||
44 | #include <math.h> | ||
45 | #endif | ||
46 | |||
43 | #ifdef HAVE_STRINGS_H | 47 | #ifdef HAVE_STRINGS_H |
44 | #include <strings.h> | 48 | #include <strings.h> |
45 | #endif | 49 | #endif |