diff options
author | Eric Stanley <estanley@nagios.com> | 2012-02-10 16:27:24 (GMT) |
---|---|---|
committer | Eric Stanley <estanley@nagios.com> | 2012-02-10 16:27:24 (GMT) |
commit | 4011599466b8247ced0b6400b72e16620636d0fc (patch) | |
tree | 6278e005821702ea94e35c105cd6c32e0e48aae7 /plugins/common.h | |
parent | 355ad150eb4ba18d1e863c34c85e60a20f7c710d (diff) | |
download | monitoring-plugins-4011599466b8247ced0b6400b72e16620636d0fc.tar.gz |
Enable compiling on AIX 6.1
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 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 |