diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/auxiliary/util/u_debug_stack_android.cpp | 2 | ||||
-rw-r--r-- | src/gallium/drivers/freedreno/Makefile.am | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_debug_stack_android.cpp b/src/gallium/auxiliary/util/u_debug_stack_android.cpp index 395a1fe9119..879b0fb2e9d 100644 --- a/src/gallium/auxiliary/util/u_debug_stack_android.cpp +++ b/src/gallium/auxiliary/util/u_debug_stack_android.cpp @@ -23,7 +23,7 @@ #include <backtrace/Backtrace.h> -#include "u_debug.h" +#include "util/u_debug.h" #include "u_debug_stack.h" #include "util/hash_table.h" #include "os/os_thread.h" diff --git a/src/gallium/drivers/freedreno/Makefile.am b/src/gallium/drivers/freedreno/Makefile.am index 32130ab94c5..504ad290de5 100644 --- a/src/gallium/drivers/freedreno/Makefile.am +++ b/src/gallium/drivers/freedreno/Makefile.am @@ -7,6 +7,7 @@ AM_CFLAGS = \ -I$(top_srcdir)/src/freedreno \ -I$(top_builddir)/src/compiler/nir \ -I$(top_srcdir)/src/compiler/nir \ + $(LIBDRM_CFLAGS) \ $(GALLIUM_DRIVER_CFLAGS) noinst_LTLIBRARIES = libfreedreno.la |