diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-10-01 21:43:36 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-10-01 21:43:36 -0400 |
commit | 40d9969c9bae194154fae38ede4f3b1e614d0570 (patch) | |
tree | a5e5e78eee03bc4f78e2cde6afa5ccbfb31d921f /src/crontab.c | |
parent | 6a7b7ffcfa66477af2372eee69ff12dcefee2f38 (diff) |
move all sources under src/
Diffstat (limited to 'src/crontab.c')
-rw-r--r-- | src/crontab.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |