commit 3e12c1689b7d7bdebdd92107a55904e4bc9bd104 from: Christian Weisgerber via: Thomas Adam date: Sat Jul 16 12:23:11 2022 UTC gotwebd: explicitly include commit - 0740b40a442673200ab0f8ff693d72abdaca04a6 commit + 3e12c1689b7d7bdebdd92107a55904e4bc9bd104 blob - 6437bf550c8e246193623b0bed1c1356161f0b2e blob + e8a77c36de8a9bb990ee17fc8764af9390f1915c --- gotwebd/got_operations.c +++ gotwebd/got_operations.c @@ -15,6 +15,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include #include #include blob - 5de75e9906e8db76b4f47ea4e47f97bbff344227 blob + 1f77113aefd24cce886b89debd8d60dc71eca3fd --- gotwebd/gotweb.c +++ gotwebd/gotweb.c @@ -19,6 +19,7 @@ #include #include +#include #include #include @@ -2827,4 +2828,4 @@ gotweb_get_time_str(char **repo_age, time_t committer_ break; } return NULL; -} \ No newline at end of file +}