diff options
Diffstat (limited to 'plugins/common.h')
-rw-r--r-- | plugins/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/common.h b/plugins/common.h index 5eac63e..b4699ce 100644 --- a/plugins/common.h +++ b/plugins/common.h | |||
@@ -45,7 +45,7 @@ | |||
45 | #include <stdlib.h> | 45 | #include <stdlib.h> |
46 | #include <errno.h> | 46 | #include <errno.h> |
47 | 47 | ||
48 | #ifdef HUGE_VAL_NEEDS_MATH_H | 48 | #ifdef HAVE_MATH_H |
49 | #include <math.h> | 49 | #include <math.h> |
50 | #endif | 50 | #endif |
51 | 51 | ||