Files
termux-packages/disabled-packages/kphp/runtime-udp.cpp.patch
termux-pacman-bot 56f483b2e7 Update repo
2022-11-17 18:08:17 +00:00

15 lines
259 B
Diff

--- a/runtime/udp.cpp
+++ b/runtime/udp.cpp
@@ -8,6 +8,11 @@
#include <poll.h>
#include <sys/socket.h>
+#ifdef __ANDROID__
+#include <netinet/in.h>
+#include <netinet/in6.h>
+#endif
+
#include "common/resolver.h"
#include "runtime/critical_section.h"