aboutsummaryrefslogtreecommitdiff
path: root/plugins/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/common.h')
-rw-r--r--plugins/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/common.h b/plugins/common.h
index e55b0bbd..372e59ac 100644
--- a/plugins/common.h
+++ b/plugins/common.h
@@ -40,6 +40,10 @@
#include <stdlib.h>
#include <errno.h>
+#ifdef HUGE_VAL_NEEDS_MATH_H
+#include <math.h>
+#endif
+
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif