mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 15:59:18 -04:00
Sorry for the portrevision churn, forgot this with previous commit. PR: 192630 Submitted by: Henry Hu <henry.hu.sh@gmail.com>
16 lines
306 B
C
16 lines
306 B
C
--- src/rrdupdate.c.orig 2014-08-12 20:19:23.000000000 -0400
|
|
+++ src/rrdupdate.c 2014-08-12 20:19:50.000000000 -0400
|
|
@@ -15,7 +15,12 @@
|
|
#endif
|
|
|
|
#include "rrd.h"
|
|
-#include "plbasename.h"
|
|
+
|
|
+#ifdef HAVE_LIBGEN_H
|
|
+# include <libgen.h>
|
|
+#else
|
|
+# include "plbasename.h"
|
|
+#endif
|
|
|
|
int main(
|
|
int argc,
|