diff options
Diffstat (limited to 'src/gallium/drivers/tegra/tegra_screen.c')
-rw-r--r-- | src/gallium/drivers/tegra/tegra_screen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/tegra/tegra_screen.c b/src/gallium/drivers/tegra/tegra_screen.c index 1051c167189..6e7769075d1 100644 --- a/src/gallium/drivers/tegra/tegra_screen.c +++ b/src/gallium/drivers/tegra/tegra_screen.c @@ -28,8 +28,8 @@ #include <sys/stat.h> -#include <drm_fourcc.h> -#include <tegra_drm.h> +#include "drm-uapi/drm_fourcc.h" +#include "drm-uapi/tegra_drm.h" #include <xf86drm.h> #include "loader/loader.h" |