mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 05:10:23 +01:00
gfxstream: drm_fourcc.h --> drm-uapi/drm_fourcc.h
That's the include path that is provided by "inc_include". Reviewed-by: David Gilhooley <djgilhooley.gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39205>
This commit is contained in:
parent
593998ad6c
commit
933cb74c25
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
#include <optional>
|
||||
#include <unordered_map>
|
||||
|
||||
#include "drm_fourcc.h"
|
||||
#include "drm-uapi/drm_fourcc.h"
|
||||
#include "util/log.h"
|
||||
|
||||
namespace gfxstream {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue