HevSock: Fix compile error on Termux.

This commit is contained in:
hev
2022-10-11 22:08:00 +08:00
parent f0850aa462
commit 900eaf5cc0

View File

@@ -11,6 +11,7 @@
#include <string.h>
#include <unistd.h>
#include <net/if.h>
#include <netinet/in.h>
#include <hev-task.h>
#include <hev-task-dns.h>