diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2016-12-23 11:25:27 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-12-23 10:38:38 +0100 |
commit | 2f07dfbfd1efd65126d2247b076c10142f7d6696 (patch) | |
tree | 462ea103566d4ee8c5bfba5c88d5c3413bff66ce /testing/sane/include.patch | |
parent | 6f6cb8630fbc5953f7e72ae3a681d20b6c345ab8 (diff) | |
download | aports-2f07dfbfd1efd65126d2247b076c10142f7d6696.tar.bz2 aports-2f07dfbfd1efd65126d2247b076c10142f7d6696.tar.xz |
move unmaintained/sane -> tesing/sane
Diffstat (limited to 'testing/sane/include.patch')
-rw-r--r-- | testing/sane/include.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/sane/include.patch b/testing/sane/include.patch new file mode 100644 index 0000000000..518d3b4d5c --- /dev/null +++ b/testing/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 |