aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.inc
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2013-07-31 15:36:56 +0200
committerYang Tse <yangsita@gmail.com>2013-07-31 15:36:56 +0200
commit14a3139c4d3ef2787b2cf74632b66296d2b93b95 (patch)
treeb784b4e29e17b9d963dd2340d7f0ac157a9c66e4 /src/Makefile.inc
parent5af2bfb9557e36a5e9ad181f7b5edc3d1875e8bc (diff)
curl: follow-up for commit 5af2bfb9
Use tvnow() and tvdiff() to avoid introducing new linkage issues
Diffstat (limited to 'src/Makefile.inc')
-rw-r--r--src/Makefile.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.inc b/src/Makefile.inc
index 09bd9e804..cd890accc 100644
--- a/src/Makefile.inc
+++ b/src/Makefile.inc
@@ -13,8 +13,7 @@ CURLX_ONES = \
../lib/strtoofft.c \
../lib/strdup.c \
../lib/rawstr.c \
- ../lib/nonblock.c \
- ../lib/timeval.c
+ ../lib/nonblock.c
CURL_CFILES = \
tool_binmode.c \