Compile error under uclibc (missing uint64_t)

Bug #1826965 reported by Luiz Angelo Daros de Luca
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
HPLIP
New
Undecided
Unassigned

Bug Description

Hello,

File scan/sane/OrbliteScan/LinuxCommon.h uses type uint64_t but it is not defined in sys/types.h for uclibc (only u_int64_t is).

It seems that the correct header should be <stdint.h>
https://pubs.opengroup.org/onlinepubs/009695399/basedefs/stdint.h.html

I manually added the new include after sys/types.h and it now compiles nicely.

It happens at least since 3.18.3 and it is still present in 3.19.3

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.