mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-14 12:33:05 +00:00
11 lines
210 B
Diff
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))
|