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 bf643bc commit 175ae6bCopy full SHA for 175ae6b
features/unsupported/net/lwip/lwip-sys/arch/cc.h
@@ -33,6 +33,7 @@
33
#define __CC_H__
34
35
#include <stdint.h>
36
+#include <sys/time.h>
37
38
/* Types based on stdint.h */
39
typedef uint8_t u8_t;
features/unsupported/net/lwip/lwip/include/lwip/sockets.h
@@ -304,7 +304,7 @@ typedef struct ip_mreq {
304
/** LWIP_TIMEVAL_PRIVATE: if you want to use the struct timeval provided
305
* by your system, set this to 0 and include <sys/time.h> in cc.h */
306
#ifndef LWIP_TIMEVAL_PRIVATE
307
-#define LWIP_TIMEVAL_PRIVATE 1
+#define LWIP_TIMEVAL_PRIVATE 0
308
#endif
309
310
#if LWIP_TIMEVAL_PRIVATE
0 commit comments