mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-21 19:46:19 +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
187 B
Diff
11 lines
187 B
Diff
--- a/log.c
|
|
+++ b/log.c
|
|
@@ -37,6 +37,7 @@
|
|
#include <unistd.h>
|
|
#include <syslog.h>
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <stdarg.h>
|
|
#include <errno.h>
|
|
#include <signal.h>
|