mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-03-05 23:00:31 -05:00
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
This commit is contained in:
parent
e075c9125a
commit
4db299b5e7
1 changed files with 1 additions and 0 deletions
|
|
@ -105,6 +105,7 @@
|
|||
|
||||
/* GNU Libraries */
|
||||
#include <getopt.h>
|
||||
#include "dirname.h"
|
||||
#include "vasprintf.h"
|
||||
#include "snprintf.h"
|
||||
#include "vsnprintf.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue