Update repo

This commit is contained in:
termux-pacman-bot
2022-11-17 18:08:17 +00:00
parent 4f7413b90e
commit 56f483b2e7
24 changed files with 585 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
--- a/runtime/openssl.cpp
+++ b/runtime/openssl.cpp
@@ -21,6 +21,11 @@
#include <sys/time.h>
#include <unistd.h>
+#ifdef __ANDROID__
+#include <netinet/in.h>
+#include <netinet/in6.h>
+#endif
+
#include "common/crc32.h"
#include "common/resolver.h"
#include "common/smart_ptrs/unique_ptr_with_delete_function.h"