aboutsummaryrefslogtreecommitdiff
path: root/utils/hplip/patches/060-fix-glibc.patch
blob: 6a35c743a8bb6e36b456560ae826a2b673c5d600 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 */