1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 04:35:13 +03:00
aports/testing/azure-iot-sdk-c-static/001-c-utility.patch
2019-12-30 17:46:19 +01:00

13 lines
408 B
Diff

diff --git a/c-utility/pal/linux/socket_async_os.h b/c-utility/pal/linux/socket_async_os.h
index bd59e48..1797089 100644
--- a/c-utility/pal/linux/socket_async_os.h
+++ b/c-utility/pal/linux/socket_async_os.h
@@ -10,7 +10,7 @@
#include <sys/select.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
-#include <sys/errno.h>
+#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
#include <netdb.h>