aboutsummaryrefslogtreecommitdiff
path: root/graphics/sane-backends/files/patch-backend__kodakaio.c
blob: 8c7a1a89d292fa653dd4eb3b069517232eeb1609 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- backend/kodakaio.c.orig	2012-08-10 09:33:29.000000000 +0900
+++ backend/kodakaio.c	2012-08-29 16:35:36.000000000 +0900
@@ -165,6 +165,10 @@
 #include <math.h>
 #include <poll.h>
 #include <time.h>
+#include <sys/types.h>
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
 
 #if HAVE_CUPS
 /* used for auto detecting network printers  */