[rrd-developers] [PATCH] basename requires <libgen.h>

kevin brintnall kbrint at rufus.net
Mon Nov 10 17:53:13 CET 2008


---
 src/rrd_graph.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/rrd_graph.c b/src/rrd_graph.c
index 8aa7156..a24889f 100644
--- a/src/rrd_graph.c
+++ b/src/rrd_graph.c
@@ -6,6 +6,7 @@
 
 
 #include <sys/stat.h>
+#include <libgen.h>
 
 #ifdef WIN32
 #include "strftime.h"
-- 
1.6.0.3



More information about the rrd-developers mailing list