You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
326 B

  1. Fix missing definition of uint64_t while compiling
  2. under uclibc
  3. https://bugs.launchpad.net/hplip/+bug/1826965
  4. --- a/scan/sane/OrbliteScan/LinuxCommon.h
  5. +++ b/scan/sane/OrbliteScan/LinuxCommon.h
  6. @@ -2,6 +2,7 @@
  7. #define H_LinuxCommon
  8. #include <sys/types.h>
  9. +#include <stdint.h>
  10. /* Common typedefs for Linux */