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... --- timeoutwrite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'timeoutwrite.c') diff --git a/timeoutwrite.c b/timeoutwrite.c index 516d283..2ec7641 100644 --- a/timeoutwrite.c +++ b/timeoutwrite.c @@ -1,7 +1,7 @@ +#include #include "timeoutwrite.h" #include "select.h" #include "error.h" -#include "readwrite.h" int timeoutwrite(t,fd,buf,len) int t; int fd; char *buf; int len; { -- cgit v1.2.3