aboutsummaryrefslogtreecommitdiff
path: root/system/OpenglSystemCommon/VirtioGpuStream.cpp
diff options
context:
space:
mode:
authorGurchetan Singh <gurchetansingh@google.com>2022-01-05 09:53:01 -0800
committerGurchetan Singh <gurchetansingh@google.com>2022-01-05 19:17:56 -0800
commita6f5faf9266c3de6a546948663208b35053933c1 (patch)
tree1e8814f33678d1af9be4f24d1e5d310791d24e5c /system/OpenglSystemCommon/VirtioGpuStream.cpp
parenta91c2756f95726804c227ecc2f16a4da7ecfa479 (diff)
downloadgoldfish-opengl-a6f5faf9266c3de6a546948663208b35053933c1.tar.gz
goldfish-opengl: reference <virtgpu_drm.h>, not <drm/virtgpu_drm.h>
Helps with Meson build. BUG=202552093 TEST=compile Change-Id: I7f1b032f16232ec1e3381492939649bc637708a1
Diffstat (limited to 'system/OpenglSystemCommon/VirtioGpuStream.cpp')
-rw-r--r--system/OpenglSystemCommon/VirtioGpuStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/OpenglSystemCommon/VirtioGpuStream.cpp b/system/OpenglSystemCommon/VirtioGpuStream.cpp
index 8286a37b..988cb5e6 100644
--- a/system/OpenglSystemCommon/VirtioGpuStream.cpp
+++ b/system/OpenglSystemCommon/VirtioGpuStream.cpp
@@ -16,7 +16,7 @@
#include "VirtioGpuStream.h"
-#include <drm/virtgpu_drm.h>
+#include <virtgpu_drm.h>
#include <xf86drm.h>
#include <sys/types.h>