summaryrefslogtreecommitdiff
path: root/user/sane/include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/sane/include.patch')
-rw-r--r--user/sane/include.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/user/sane/include.patch b/user/sane/include.patch
new file mode 100644
index 000000000..518d3b4d5
--- /dev/null
+++ b/user/sane/include.patch
@@ -0,0 +1,11 @@
+--- a/include/sane/sane.h
++++ b/include/sane/sane.h
+@@ -16,6 +16,8 @@
+ #ifndef sane_h
+ #define sane_h
+
++#include <sys/types.h>
++
+ #ifdef __cplusplus
+ extern "C" {
+ #endif