1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
Piotr Kubaj cef38de269 graphics/cptutils: fix build on big-endian architectures
grd3-write.c:66:12: error: use of undeclared identifier 'uint16_t'
    u[i] = htobe16(grd3->ver[i]);
           ^
2023-10-01 11:39:17 +02:00
..