diff options
author | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | 2003-03-24 17:45:01 (GMT) |
---|---|---|
committer | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | 2003-03-24 17:45:01 (GMT) |
commit | ed1fda6bd9f8983d809ff5afbdc64cdca6030b2d (patch) | |
tree | 86fcd7492c85b88297bdd42c770a29c96850bc4b /plugins/check_disk.c | |
parent | 446039608cb713726ca3551ff880a7dcd24d3bda (diff) | |
download | monitoring-plugins-ed1fda6bd9f8983d809ff5afbdc64cdca6030b2d.tar.gz |
Minor changes to build for Solaris packages
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@459 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_disk.c')
-rw-r--r-- | plugins/check_disk.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/check_disk.c b/plugins/check_disk.c index a7dd5cc..347c4c7 100644 --- a/plugins/check_disk.c +++ b/plugins/check_disk.c | |||
@@ -64,6 +64,9 @@ const char *options = "\ | |||
64 | #include <stdarg.h> | 64 | #include <stdarg.h> |
65 | #include "../lib/fsusage.h" | 65 | #include "../lib/fsusage.h" |
66 | #include "../lib/mountlist.h" | 66 | #include "../lib/mountlist.h" |
67 | #if HAVE_LIMITS_H | ||
68 | # include <limits.h> | ||
69 | #endif | ||
67 | 70 | ||
68 | /* If nonzero, show inode information. */ | 71 | /* If nonzero, show inode information. */ |
69 | static int inode_format; | 72 | static int inode_format; |