From: Jonathan Gray Date: Thu, 1 Sep 2016 17:12:25 +0000 (+1000) Subject: aubinator: include libgen.h for basename(3) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d3ebb474c3056610f19c44e5c62d42c2de6b31b;p=mesa.git aubinator: include libgen.h for basename(3) 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 --- diff --git a/src/intel/tools/aubinator.c b/src/intel/tools/aubinator.c index 66107711a57..df844692b05 100644 --- a/src/intel/tools/aubinator.c +++ b/src/intel/tools/aubinator.c @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include