diff options
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" |