mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-24 13:06:15 +00:00
e17ba66e5c
Anacron has received no development in 15+ years. It's functionality is also being provided by both `cronie` and `busybox`'s crond.
11 lines
168 B
Diff
11 lines
168 B
Diff
--- a/main.c
|
|
+++ b/main.c
|
|
@@ -24,6 +24,7 @@
|
|
|
|
#include <time.h>
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <unistd.h>
|
|
#include <signal.h>
|
|
#include <fcntl.h>
|