From 933cb74c25eee76c4d06cfcd3abb48a9751520c2 Mon Sep 17 00:00:00 2001 From: Gurchetan Singh Date: Wed, 12 Nov 2025 13:03:12 -0800 Subject: [PATCH] gfxstream: drm_fourcc.h --> drm-uapi/drm_fourcc.h That's the include path that is provided by "inc_include". Reviewed-by: David Gilhooley Part-of: --- src/gfxstream/guest/android/GrallocEmulated.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gfxstream/guest/android/GrallocEmulated.cpp b/src/gfxstream/guest/android/GrallocEmulated.cpp index 590dd0ab940..10521c8c900 100644 --- a/src/gfxstream/guest/android/GrallocEmulated.cpp +++ b/src/gfxstream/guest/android/GrallocEmulated.cpp @@ -8,7 +8,7 @@ #include #include -#include "drm_fourcc.h" +#include "drm-uapi/drm_fourcc.h" #include "util/log.h" namespace gfxstream {