From 2427317b108f928979fd3ea799174ceac80e18fc Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 23 Feb 2020 18:49:50 +0100 Subject: Add missing #include directives. in Guile 2.x used to include these, but this is no longer the case with 3.0. * src/cron.c, src/mcron.h: Include . * src/utils.c: Include . --- src/mcron.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mcron.c') diff --git a/src/mcron.c b/src/mcron.c index 22cc680..c0b151a 100644 --- a/src/mcron.c +++ b/src/mcron.c @@ -19,6 +19,7 @@ #include "utils.h" #include +#include /* Forward declarations. */ static void inner_main (void *closure, int argc, char *argv[]); -- cgit v1.2.3