0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-06 21:00:44 +00:00
Files
packages/utils/open-vm-tools/patches/0007-include-poll.h-instead-of-sys-poll.h.patch
Rosen Penev 436ac54916 open-vm-tools: update to 11.2.0
Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-01 16:26:08 -08:00

13 lines
270 B
Diff

--- a/lib/asyncsocket/asyncsocket.c
+++ b/lib/asyncsocket/asyncsocket.c
@@ -70,8 +70,8 @@
#else
#include <stddef.h>
#include <ctype.h>
+#include <poll.h>
#include <sys/types.h>
-#include <sys/poll.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <netdb.h>