aboutsummaryrefslogtreecommitdiffstats
path: root/testing/azure-iot-sdk-c-static/001-c-utility.patch
diff options
context:
space:
mode:
authorMichael John <gosh.mike@gmail.com>2019-12-30 09:36:58 -0500
committerLeo <thinkabit.ukim@gmail.com>2019-12-30 17:46:19 +0100
commit1d2aa57717d54e74db0787fa44d83685c88b7079 (patch)
tree2ae7aca97d0425c0ed4cbeea7c4fe3a101e2677f /testing/azure-iot-sdk-c-static/001-c-utility.patch
parentae83d22df8a2e63e7eba06f17d3e61ba2ca50417 (diff)
downloadaports-1d2aa57717d54e74db0787fa44d83685c88b7079.tar.bz2
aports-1d2aa57717d54e74db0787fa44d83685c88b7079.tar.xz
testing/azure-iot-sdk-c-static: new aport
Diffstat (limited to 'testing/azure-iot-sdk-c-static/001-c-utility.patch')
-rw-r--r--testing/azure-iot-sdk-c-static/001-c-utility.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/azure-iot-sdk-c-static/001-c-utility.patch b/testing/azure-iot-sdk-c-static/001-c-utility.patch
new file mode 100644
index 0000000000..9b746a1317
--- /dev/null
+++ b/testing/azure-iot-sdk-c-static/001-c-utility.patch
@@ -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>