Procházet zdrojové kódy

修复头文件报错

mazhiyuan před 4 roky
rodič
revize
af5657d396

+ 1 - 1
azure-port/lib/azure_certs.c

@@ -3,7 +3,7 @@
 
 /* This file contains certs needed to communicate with Azure (IoT) */
 
-#include "certs.h"
+#include "certs/certs.h"
 
 const char certificates[] = 
 /* DigiCert Baltimore Root */

+ 1 - 0
azure-port/pal/src/socketio_berkeley.c

@@ -26,6 +26,7 @@
 #include <sys/time.h>
 #include <sys/socket.h>
 #include <sys/select.h>
+#include <sys/ioctl.h>
 
 #include <netdb.h>
 #include <unistd.h>