virt plugin: Add comment for <libgen.h> include.
authorFlorian Forster <octo@collectd.org>
Fri, 28 Oct 2016 11:43:46 +0000 (13:43 +0200)
committerFlorian Forster <octo@collectd.org>
Fri, 28 Oct 2016 11:43:46 +0000 (13:43 +0200)
src/virt.c

index ef55414..6e1cd21 100644 (file)
@@ -31,7 +31,7 @@
 #include <libxml/parser.h>
 #include <libxml/tree.h>
 #include <libxml/xpath.h>
-#include <libgen.h>
+#include <libgen.h> /* for basename(3) */
 
 /* Plugin name */
 #define PLUGIN_NAME "virt"