diff options
Diffstat (limited to 'src/intel/Makefile.am')
-rw-r--r-- | src/intel/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/Makefile.am b/src/intel/Makefile.am index 02c625a81da..9946f6752d0 100644 --- a/src/intel/Makefile.am +++ b/src/intel/Makefile.am @@ -33,6 +33,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/gtest/include \ -I$(top_builddir)/src/intel \ -I$(top_srcdir)/src/intel \ + -I$(top_srcdir)/include/drm-uapi \ -I$(top_srcdir)/src/mapi \ -I$(top_srcdir)/src/mesa \ -I$(top_srcdir)/src/gallium/auxiliary \ |