From 18e11438a0918a602dbec5a2fc6b33f89698db5c 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 b932030..7c1b0c6 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