We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6621efb commit 0e92983Copy full SHA for 0e92983
libraries/SocketWrapper/SocketWrapper.h
@@ -8,6 +8,9 @@
8
9
#include <zephyr/net/socket.h>
10
11
+#include <api/Common.h>
12
+#include <api/IPAddress.h>
13
+
14
class ZephyrSocketWrapper {
15
protected:
16
int sock_fd;
0 commit comments