mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-06 02:26:34 +00:00
13 lines
237 B
Diff
13 lines
237 B
Diff
https://github.com/termux/termux-packages/issues/15852
|
|
|
|
--- a/configure.cmake
|
|
+++ b/configure.cmake
|
|
@@ -577,6 +577,7 @@
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <netdb.h>
|
|
+#include <sys/select.h>
|
|
#endif
|
|
int main()
|
|
{
|