From 68035af29d3d620c3adbe4502340d5b3127c8c53 Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Sat, 29 Aug 2020 12:54:30 +0200 Subject: 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 --- lib/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Makefile.inc') 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 \ -- cgit v1.2.1