mirror of
https://github.com/termux/termux-packages.git
synced 2025-05-12 23:03:17 +00:00
11 lines
149 B
Diff
11 lines
149 B
Diff
--- a/trypoll.c
|
|
+++ b/trypoll.c
|
|
@@ -1,6 +1,7 @@
|
|
#include <sys/types.h>
|
|
#include <fcntl.h>
|
|
#include <poll.h>
|
|
+#include <unistd.h>
|
|
|
|
int main()
|
|
{
|