aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.inc
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2014-02-16 11:03:22 +0100
committerMarc Hoersken <info@marc-hoersken.de>2014-02-16 11:03:22 +0100
commit6239146e931fd3127f6994975a56d1b4884a708a (patch)
tree790e273e5e429e8b7fc15a753414f2f3082ece86 /src/Makefile.inc
parentdc0f8c04ec4cddcc80cc76839da7f53c08815d9c (diff)
warnless: add wrapper function for read and write on Windows
Diffstat (limited to 'src/Makefile.inc')
-rw-r--r--src/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
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 \