packages/utils/hplip/patches/060-fix-uclibc.patch

16 lines
326 B
Diff
Raw Normal View History

Fix missing definition of uint64_t while compiling
under uclibc
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 */