diff options
author | Holger Weiss <hweiss@users.sourceforge.net> | 2007-01-27 17:42:53 (GMT) |
---|---|---|
committer | Holger Weiss <hweiss@users.sourceforge.net> | 2007-01-27 17:42:53 (GMT) |
commit | 4db299b5e779d9315aa49e66ff875e2efeee7fe2 (patch) | |
tree | b47b5b8aaf09e5abec637ecb01fcc0bfaa04e025 /plugins | |
parent | e075c9125a71eedb3d82e1ff5ab85c9282047853 (diff) | |
download | monitoring-plugins-4db299b5e779d9315aa49e66ff875e2efeee7fe2.tar.gz |
Include GNULib's "dirname.h" in order to pull in the base_name()
prototype, fixes compilation of check_procs using SGI's MIPSpro C.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1587 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/common.h b/plugins/common.h index 69cd800..6190a02 100644 --- a/plugins/common.h +++ b/plugins/common.h | |||
@@ -105,6 +105,7 @@ | |||
105 | 105 | ||
106 | /* GNU Libraries */ | 106 | /* GNU Libraries */ |
107 | #include <getopt.h> | 107 | #include <getopt.h> |
108 | #include "dirname.h" | ||
108 | #include "vasprintf.h" | 109 | #include "vasprintf.h" |
109 | #include "snprintf.h" | 110 | #include "snprintf.h" |
110 | #include "vsnprintf.h" | 111 | #include "vsnprintf.h" |