From 2d3ebb474c3056610f19c44e5c62d42c2de6b31b Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Fri, 2 Sep 2016 03:12:25 +1000 Subject: [PATCH] aubinator: include libgen.h for basename(3) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Include libgen.h for basename as required by posix. The definition is not found on at least OpenBSD otherwise. Signed-off-by: Jonathan Gray Reviewed-by: Kristian Høgsberg Reviewed-by: Emil Velikov --- src/intel/tools/aubinator.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/tools/aubinator.c b/src/intel/tools/aubinator.c index 66107711..df84469 100644 --- a/src/intel/tools/aubinator.c +++ b/src/intel/tools/aubinator.c @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include -- 2.7.4