Skip to content

Commit

Permalink
framebuffer/virtio: resolve uint64_t ambiguity
Browse files Browse the repository at this point in the history
This ambiguity is caused by the inclusion of arm_neon.h by the blit
library header.

Issue #5428
  • Loading branch information
nfeske committed Feb 4, 2025
1 parent 7bfe212 commit 38c5ad2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions repos/os/src/driver/framebuffer/virtio/component.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ class Virtio_fb::Driver
{
private:

using uint64_t = Genode::uint64_t;

/*
* Noncopyable
*/
Expand Down

0 comments on commit 38c5ad2

Please sign in to comment.