diff options
Diffstat (limited to 'plugins/common.h')
-rw-r--r-- | plugins/common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/common.h b/plugins/common.h index dfc09416..09af7e7e 100644 --- a/plugins/common.h +++ b/plugins/common.h @@ -59,6 +59,12 @@ #include <math.h> #endif +#ifdef _AIX +#ifdef HAVE_MP_H +#include <mp.h> +#endif +#endif + #ifdef HAVE_STRINGS_H #include <strings.h> #endif |