From 58912f68c2489bcee787599837447e0d64dfd61a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 24 May 2017 21:03:56 +0200 Subject: New upstream version 1.0.27 --- include/sane/sanei_udp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/sane/sanei_udp.h') diff --git a/include/sane/sanei_udp.h b/include/sane/sanei_udp.h index c44afdd..e32fc1a 100644 --- a/include/sane/sanei_udp.h +++ b/include/sane/sanei_udp.h @@ -27,6 +27,9 @@ #include #include #endif +#ifdef HAVE_SYS_TYPES_H +#include +#endif extern SANE_Status sanei_udp_open(const char *host, int port, int *fdp); extern SANE_Status sanei_udp_open_broadcast(int *fdp); -- cgit v1.2.3 From 1687222e1b9e74c89cafbb5910e72d8ec7bfd40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 31 Jul 2019 16:59:49 +0200 Subject: New upstream version 1.0.28 --- include/sane/sanei_udp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sane/sanei_udp.h') diff --git a/include/sane/sanei_udp.h b/include/sane/sanei_udp.h index e32fc1a..bee013a 100644 --- a/include/sane/sanei_udp.h +++ b/include/sane/sanei_udp.h @@ -12,7 +12,7 @@ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. * - * Header file for UDP/IP communications. + * Header file for UDP/IP communications. */ #ifndef sanei_udp_h -- cgit v1.2.3