diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-18 16:37:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-18 16:37:59 +0100 |
commit | 5bd19d12230c137fe0669502119df3d320a2cf0b (patch) | |
tree | 681910308baae1a782108a91adedb08a079718c9 /package/sane-backends/patches/patch-backend_hp3900_rts8822_c | |
parent | a8b9141be698673a507c7d97c32911a739841375 (diff) | |
parent | 5fcef36f39fef441bbf7454e4726763b6756dba9 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/sane-backends/patches/patch-backend_hp3900_rts8822_c')
-rw-r--r-- | package/sane-backends/patches/patch-backend_hp3900_rts8822_c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/sane-backends/patches/patch-backend_hp3900_rts8822_c b/package/sane-backends/patches/patch-backend_hp3900_rts8822_c new file mode 100644 index 000000000..59b9b5a9b --- /dev/null +++ b/package/sane-backends/patches/patch-backend_hp3900_rts8822_c @@ -0,0 +1,10 @@ +--- sane-backends-1.0.22.orig/backend/hp3900_rts8822.c 2010-12-02 00:49:58.000000000 +0100 ++++ sane-backends-1.0.22/backend/hp3900_rts8822.c 2014-03-18 08:38:21.000000000 +0100 +@@ -64,6 +64,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> /* bzero() */ ++#include <sys/types.h> + #include <time.h> /* clock() */ + #include <math.h> /* truncf() */ + #include <ctype.h> /* tolower() */ |