venus: use the mesa "drm-uapi/drm_fourcc.h" header
authorYiwei Zhang <zzyiwei@chromium.org>
Thu, 17 Jun 2021 22:03:02 +0000 (22:03 +0000)
committerMarge Bot <eric+marge@anholt.net>
Mon, 28 Jun 2021 22:18:19 +0000 (22:18 +0000)
Prepare for later CI integration.

Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org>
Reviewed-by: Chia-I Wu <olvaffe@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11480>

src/virtio/vulkan/vn_android.c

index 542c26e..f309575 100644 (file)
 #include "vn_android.h"
 
 #include <dlfcn.h>
-#include <drm/drm_fourcc.h>
 #include <hardware/gralloc.h>
 #include <hardware/hwvulkan.h>
 #include <vndk/hardware_buffer.h>
 #include <vulkan/vk_icd.h>
 
+#include "drm-uapi/drm_fourcc.h"
 #include "util/libsync.h"
 #include "util/os_file.h"