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/ltm64_from_localtm.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/libstddjb/ltm64_from_localtm.c') diff --git a/src/libstddjb/ltm64_from_localtm.c b/src/libstddjb/ltm64_from_localtm.c index 6169f04..78e59a4 100644 --- a/src/libstddjb/ltm64_from_localtm.c +++ b/src/libstddjb/ltm64_from_localtm.c @@ -1,13 +1,12 @@ /* ISC license. */ -#include #include #include -#include #include +#include #include -int ltm64_from_localtm (uint64 *uu, struct tm const *l) +int ltm64_from_localtm (uint64_t *uu, struct tm const *l) { struct tm ll = *l ; time_t u = mktime(&ll) ; -- cgit v1.2.3