From 40d9969c9bae194154fae38ede4f3b1e614d0570 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 1 Oct 2019 21:43:36 -0400 Subject: move all sources under src/ --- src/crontab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crontab.c') diff --git a/src/crontab.c b/src/crontab.c index 62b4c62..d531970 100644 --- a/src/crontab.c +++ b/src/crontab.c @@ -1,2 +1,2 @@ #define main crontab_main -#include "../crontab/crontab.c" +#include "crontab/crontab.c" -- cgit v1.2.1