mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
testing/azure-iot-sdk-c-static: new aport
This commit is contained in:
parent
ae83d22df8
commit
1d2aa57717
2 changed files with 105 additions and 0 deletions
13
testing/azure-iot-sdk-c-static/001-c-utility.patch
Normal file
13
testing/azure-iot-sdk-c-static/001-c-utility.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
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>
|
Loading…
Add table
Add a link
Reference in a new issue