From: Holger Weiss Date: Sat, 27 Jan 2007 17:42:53 +0000 (+0000) Subject: Include GNULib's "dirname.h" in order to pull in the base_name() X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4db299b5e779d9315aa49e66ff875e2efeee7fe2;p=nagiosplug.git 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 --- 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 @@ /* GNU Libraries */ #include +#include "dirname.h" #include "vasprintf.h" #include "snprintf.h" #include "vsnprintf.h"