commit b4c20a19a96f836e92755f902bd6b06c55b27706 from: Christian Weisgerber date: Fri Jul 15 19:57:13 2022 UTC gotwebd: explicitly include commit - 0f8ad3f117a6cc18dda34065c3d7c8104e50f413 commit + b4c20a19a96f836e92755f902bd6b06c55b27706 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 +}