[Nagiosplug-checkins] nagiosplug/plugins common.h,1.26,1.27

Holger Weiss hweiss at users.sourceforge.net
Sat Jan 27 18:42:55 CET 2007


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv11982

Modified Files:
	common.h 
Log Message:
Include GNULib's "dirname.h" in order to pull in the base_name()
prototype, fixes compilation of check_procs using SGI's MIPSpro C.


Index: common.h
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/common.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- common.h	24 Jan 2007 22:47:24 -0000	1.26
+++ common.h	27 Jan 2007 17:42:53 -0000	1.27
@@ -105,6 +105,7 @@
 
 /* GNU Libraries */
 #include <getopt.h>
+#include "dirname.h"
 #include "vasprintf.h"
 #include "snprintf.h"
 #include "vsnprintf.h"





More information about the Commits mailing list