From 3f281d9705837013f06d61eba47586b9591b0496 Mon Sep 17 00:00:00 2001 From: Dimitri Stolnikov Date: Fri, 27 Dec 2013 22:45:32 +0100 Subject: [PATCH] rfspace: add missing header for basename() --- lib/rfspace/rfspace_source_c.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rfspace/rfspace_source_c.cc b/lib/rfspace/rfspace_source_c.cc index 41190e5..dfd0f15 100644 --- a/lib/rfspace/rfspace_source_c.cc +++ b/lib/rfspace/rfspace_source_c.cc @@ -42,6 +42,7 @@ #include #include #include +#include /* basename */ #include #include