From 692760720b197b46e8e4268bede8cad6f90399aa Mon Sep 17 00:00:00 2001 From: Manuel Mausz Date: Tue, 11 Jun 2019 15:28:27 +0200 Subject: Fix compile warnings... --- timeoutread.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'timeoutread.c') diff --git a/timeoutread.c b/timeoutread.c index c75e29c..a730ba2 100644 --- a/timeoutread.c +++ b/timeoutread.c @@ -1,9 +1,9 @@ +#include #include "timeoutread.h" #include "select.h" #include "error.h" -#include "readwrite.h" -int timeoutread(t,fd,buf,len) int t; int fd; char *buf; int len; +ssize_t timeoutread(t,fd,buf,len) int t; int fd; char *buf; int len; { fd_set rfds; struct timeval tv; -- cgit v1.2.3