blob: 430ab379178779a470556033935c39b453777666 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- sane-backends-1.0.22.orig/backend/genesys_low.c 2011-02-14 00:10:18.000000000 +0100
+++ sane-backends-1.0.22/backend/genesys_low.c 2014-03-18 08:37:27.000000000 +0100
@@ -46,6 +46,7 @@
#include <errno.h>
#include <string.h>
#include <stdlib.h>
+#include <sys/types.h>
#include <unistd.h>
#include <math.h>
|