diff options
| author | Matthias Eble <psychotrahe@users.sourceforge.net> | 2012-04-10 22:49:24 +0200 |
|---|---|---|
| committer | Matthias Eble <psychotrahe@users.sourceforge.net> | 2012-04-10 22:49:24 +0200 |
| commit | 4c30935850997f513b3eee21d169f6d523d43c5d (patch) | |
| tree | 09a14dfecd959e1b566b9df7b7fdb99f6bb4c5d8 /plugins/common.h | |
| parent | 9978b3ca744b076d8ea24441819826938211dd17 (diff) | |
| parent | 8c7e2b636c601dd05a6881c84cc95136ecf9323e (diff) | |
| download | monitoring-plugins-4c30935850997f513b3eee21d169f6d523d43c5d.tar.gz | |
Merge branch 'master' of ssh://nagiosplug.git.sourceforge.net/gitroot/nagiosplug/nagiosplug
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 @@ | |||
| 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 |
