aboutsummaryrefslogtreecommitdiffstats
path: root/testing/azure-iot-sdk-c-static/001-c-utility.patch
blob: 9b746a13175741bf39b15e3a6e046194f92bb1c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>