2019-04-30 02:33:28 +00:00
|
|
|
Fix missing definition of uint64_t while compiling
|
2021-02-22 18:18:53 +00:00
|
|
|
under uclibc or glibc
|
2019-04-30 02:33:28 +00:00
|
|
|
|
|
|
|
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 */
|
|
|
|
|