mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +00:00
Need to #include <libgen.h> for basename() on Solaris
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
committed by
Daniel Vetter
parent
99e6defbe7
commit
f04b9dfba0
@@ -65,6 +65,10 @@
|
||||
#include "igt_core.h"
|
||||
#include "igt_aux.h"
|
||||
|
||||
#ifdef HAVE_LIBGEN_H
|
||||
#include <libgen.h> /* for basename() on Solaris */
|
||||
#endif
|
||||
|
||||
/**
|
||||
* SECTION:igt_core
|
||||
* @short_description: Core i-g-t testing support
|
||||
|
||||
Reference in New Issue
Block a user