summaryrefslogtreecommitdiff
path: root/lib/Makefile.inc
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2020-08-29 12:54:30 +0200
committerMarc Hoersken <info@marc-hoersken.de>2022-04-17 13:11:27 +0200
commit68035af29d3d620c3adbe4502340d5b3127c8c53 (patch)
tree041032e94a6c29b1d4daf14f7ceb54484421b73b /lib/Makefile.inc
parent80eb71a3f5146f2ab5c5f8d8655d6861b5472668 (diff)
downloadcurl-68035af29d3d620c3adbe4502340d5b3127c8c53.tar.gz
timediff.[ch]: add curlx helper functions for timeval conversions
Also move timediff_t definitions from timeval.h to timediff.h and then make timeval.h include the new standalone-capable timediff.h. Reviewed-by: Jay Satiro Reviewed-by: Daniel Stenberg Supersedes #5888 Closes #8595
Diffstat (limited to 'lib/Makefile.inc')
-rw-r--r--lib/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.inc b/lib/Makefile.inc
index cfd56d719..1ab007896 100644
--- a/lib/Makefile.inc
+++ b/lib/Makefile.inc
@@ -207,6 +207,7 @@ LIB_CFILES = \
system_win32.c \
telnet.c \
tftp.c \
+ timediff.c \
timeval.c \
transfer.c \
url.c \
@@ -327,6 +328,7 @@ LIB_HFILES = \
system_win32.h \
telnet.h \
tftp.h \
+ timediff.h \
timeval.h \
transfer.h \
url.h \