commit d06b35068bde5f1c8e4886142560fa256e197833 from: Stefan Sperling via: Thomas Adam date: Mon Jul 04 13:11:58 2022 UTC include system headers required for got_date.h directly, not indirectly commit - 839dd04fbdc0044b7d16b079a5ab390c8dca5f2f commit + d06b35068bde5f1c8e4886142560fa256e197833 blob - 38c897b900115b665c60bc771571a9009ba7629e blob + a99c0ac61602ccf9845a3c61c6d6e2ff0937923a --- got/got.c +++ got/got.c @@ -16,6 +16,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include +#include #include #include #include blob - bc70d6e4c965944e0d8b57034fff72768b109ac1 blob + b005c2c948e0b4b35147550b1b23fef240ddf8b4 --- include/got_date.h +++ include/got_date.h @@ -14,8 +14,5 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include -#include - void got_date_format_gmtoff(char *, size_t, time_t); blob - 815b291ce868d18136ce8f45fa2f890b6f6c08f9 blob + 35bd1b35694616d86b9851eff029400e6793e161 --- lib/date.c +++ lib/date.c @@ -14,6 +14,9 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include +#include + #include #include "got_date.h" blob - 8dae4b0721f0c01f068c6f6a8e6039da3698dfe6 blob + 0be7b40c436b25c52c79c9243bc2f90dc70d9d21 --- lib/sigs.c +++ lib/sigs.c @@ -14,6 +14,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include #include #include #include