Files
termux-packages/packages/libdispatch/dispatch-dispatch.h.patch
termux-pacman-bot f2a7fd44c0 bump(swift): 5.8.1 to 5.9
Also, pull in some upstream patches to get the new Macros feature working.
2023-10-06 15:01:46 +00:00

15 lines
369 B
Diff

diff --git a/dispatch/dispatch.h b/dispatch/dispatch.h
index 0c7bdd4..35cb91d 100644
--- a/dispatch/dispatch.h
+++ b/dispatch/dispatch.h
@@ -39,6 +39,9 @@
#include <stdarg.h>
#include <string.h>
#if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__))
+#if defined(__ANDROID__)
+#include <signal.h>
+#endif
#include <unistd.h>
#endif
#include <fcntl.h>