0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-14 12:33:05 +00:00
Files
termux-packages/packages/oleo/getdate.y.patch
2023-04-12 03:10:25 +09: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))