mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-03 13:14:45 +00:00
framebuffer/virtio: resolve uint64_t ambiguity
This ambiguity is caused by the inclusion of arm_neon.h by the blit library header. Issue #5428
This commit is contained in:
parent
30b3fa45f1
commit
e3607a2d67
@ -33,6 +33,8 @@ class Virtio_fb::Driver
|
||||
{
|
||||
private:
|
||||
|
||||
using uint64_t = Genode::uint64_t;
|
||||
|
||||
/*
|
||||
* Noncopyable
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user