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
335 B

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