Files
termux-packages/packages/oleo/getdate.y.patch
termux-pacman-bot c18ea173bf oleo: Fix configure and build for Clang 16
%ci:no-build
2023-04-11 18:31:04 +00:00

11 lines
210 B
Diff

--- a/lib/getdate.y
+++ b/lib/getdate.y
@@ -28,6 +28,7 @@
#endif
#include <stdio.h>
+#include <stdlib.h>
#include <ctype.h>
#if defined (STDC_HEADERS) || (!defined (isascii) && !defined (HAVE_ISASCII))