From 6239146e931fd3127f6994975a56d1b4884a708a Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Sun, 16 Feb 2014 11:03:22 +0100 Subject: warnless: add wrapper function for read and write on Windows --- src/Makefile.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.inc') diff --git a/src/Makefile.inc b/src/Makefile.inc index cd890accc..f6062e7c4 100644 --- a/src/Makefile.inc +++ b/src/Makefile.inc @@ -13,7 +13,8 @@ CURLX_ONES = \ ../lib/strtoofft.c \ ../lib/strdup.c \ ../lib/rawstr.c \ - ../lib/nonblock.c + ../lib/nonblock.c \ + ../lib/warnless.c CURL_CFILES = \ tool_binmode.c \ -- cgit v1.2.3