mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
Add missing includes
Fixes build errors about missing ALOG*/EINVAL. Those showed up when building following the kumquat instructions: https://crosvm.dev/book/appendix/rutabaga_gfx.html#kumquat-media-server Reviewed-by: Aaron Ruby <aruby@blackberry.com> Acked-by: Yonggang Luo <luoyonggang@gmail.com> Acked-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27246>
This commit is contained in:
parent
db6cf33439
commit
d9db1fe887
2 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,8 @@
|
|||
|
||||
#include "GoldfishAddressSpaceStream.h"
|
||||
|
||||
#include <log/log.h>
|
||||
|
||||
#include "goldfish_address_space.h"
|
||||
|
||||
AddressSpaceStream* createGoldfishAddressSpaceStream(size_t ignored_bufSize) {
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
#include "VirtioGpuAddressSpaceStream.h"
|
||||
|
||||
#include <cutils/log.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "util.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue