Преглед изворни кода

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

Holger Weiss пре 19 година
родитељ
комит
4db299b5e7
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      plugins/common.h

+ 1 - 0
plugins/common.h

@@ -105,6 +105,7 @@
 
 /* GNU Libraries */
 #include <getopt.h>
+#include "dirname.h"
 #include "vasprintf.h"
 #include "snprintf.h"
 #include "vsnprintf.h"