mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 13:03:31 +00:00
246007aaf3
%ci:no-build
14 lines
314 B
Diff
14 lines
314 B
Diff
https://github.com/termux/termux-packages/issues/15852
|
|
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -13092,6 +13092,8 @@
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
#include <stdio.h>
|
|
+#include <fcntl.h>
|
|
+#include <unistd.h>
|
|
#include <readline/readline.h>
|
|
#include <readline/history.h>
|
|
int
|