aboutsummaryrefslogtreecommitdiff
path: root/plugins/common.h
diff options
context:
space:
mode:
authorGravatar Eric Stanley <estanley@nagios.com> 2012-02-10 10:27:24 -0600
committerGravatar Eric Stanley <estanley@nagios.com> 2012-02-10 10:27:24 -0600
commit4011599466b8247ced0b6400b72e16620636d0fc (patch)
tree6278e005821702ea94e35c105cd6c32e0e48aae7 /plugins/common.h
parent355ad150eb4ba18d1e863c34c85e60a20f7c710d (diff)
downloadmonitoring-plugins-4011599466b8247ced0b6400b72e16620636d0fc.tar.gz
Enable compiling on AIX 6.1
Diffstat (limited to 'plugins/common.h')
-rw-r--r--plugins/common.h6
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