summaryrefslogtreecommitdiff
path: root/graphics/sane-backends/patches/patch-ad
blob: ca11a96d4df6298ee0bf6dfdb2fe6d26f813bcbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ad,v 1.6 2008/04/13 21:43:39 wiz Exp $

--- include/sane/sanei_tcp.h.orig	2006-11-30 23:23:19.000000000 +0000
+++ include/sane/sanei_tcp.h
@@ -22,6 +22,7 @@
 
 #include <netinet/in.h>
 #include <netdb.h>
+#include <sys/types.h>
 
 extern SANE_Status sanei_tcp_open(const char *host, int port, int *fdp);
 extern void sanei_tcp_close(int fd);