summaryrefslogtreecommitdiffstats
path: root/plugins/common.h
diff options
context:
space:
mode:
authorMatthias Eble <psychotrahe@users.sourceforge.net>2012-04-10 20:49:24 (GMT)
committerMatthias Eble <psychotrahe@users.sourceforge.net>2012-04-10 20:49:24 (GMT)
commit4c30935850997f513b3eee21d169f6d523d43c5d (patch)
tree09a14dfecd959e1b566b9df7b7fdb99f6bb4c5d8 /plugins/common.h
parent9978b3ca744b076d8ea24441819826938211dd17 (diff)
parent8c7e2b636c601dd05a6881c84cc95136ecf9323e (diff)
downloadmonitoring-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.h6
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