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:
Marcin Radomski 2024-08-07 23:04:09 +02:00 committed by Marge Bot
parent db6cf33439
commit d9db1fe887
2 changed files with 3 additions and 0 deletions

View file

@ -14,6 +14,8 @@
#include "GoldfishAddressSpaceStream.h"
#include <log/log.h>
#include "goldfish_address_space.h"
AddressSpaceStream* createGoldfishAddressSpaceStream(size_t ignored_bufSize) {

View file

@ -15,6 +15,7 @@
#include "VirtioGpuAddressSpaceStream.h"
#include <cutils/log.h>
#include <errno.h>
#include "util.h"