0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-01-06 02:26:34 +00:00
termux-packages/packages/mariadb/configure.cmake.patch
2024-02-10 23:05:09 +08:00

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()
{