diff options
Diffstat (limited to 'plugins')
-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 dfc0941..09af7e7 100644 --- a/plugins/common.h +++ b/plugins/common.h | |||
@@ -59,6 +59,12 @@ | |||
59 | #include <math.h> | 59 | #include <math.h> |
60 | #endif | 60 | #endif |
61 | 61 | ||
62 | #ifdef _AIX | ||
63 | #ifdef HAVE_MP_H | ||
64 | #include <mp.h> | ||
65 | #endif | ||
66 | #endif | ||
67 | |||
62 | #ifdef HAVE_STRINGS_H | 68 | #ifdef HAVE_STRINGS_H |
63 | #include <strings.h> | 69 | #include <strings.h> |
64 | #endif | 70 | #endif |