Files
termux-packages/packages/anacron/main.c.patch
termux-pacman-bot 53b04d8708 anacron: Fix missing exit declaration
%ci:no-build
2023-04-11 07:30:58 +00:00

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>