From 49d8fa1058aaf23c29e074b2314492ae40d2f557 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 21 Feb 2017 12:05:07 +0000 Subject: Types change: big pass on libstddjb and libunixonacid libdatastruct still missing, library still not functional --- src/libstddjb/localtm_from_utc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libstddjb/localtm_from_utc.c') diff --git a/src/libstddjb/localtm_from_utc.c b/src/libstddjb/localtm_from_utc.c index 697621c..cbf6f31 100644 --- a/src/libstddjb/localtm_from_utc.c +++ b/src/libstddjb/localtm_from_utc.c @@ -1,11 +1,10 @@ /* ISC license. */ -#include #include #include #include -int localtm_from_utc (struct tm *l, uint64 u, int tz) +int localtm_from_utc (struct tm *l, uint64_t u, int tz) { if (!ltm64_from_utc(&u)) return 0 ; return localtm_from_ltm64(l, u, tz) ; -- cgit v1.3.1