mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-14 17:58:11 +08:00
Add stdlib.h to includes in FreeRTOS arch
This commit is contained in:
parent
4607e46c6f
commit
a80a003865
@ -172,6 +172,7 @@ extern "C" {
|
|||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h> // rand(), strtol(), atoi()
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <FreeRTOS.h>
|
#include <FreeRTOS.h>
|
||||||
@ -1467,6 +1468,7 @@ struct mip_if {
|
|||||||
};
|
};
|
||||||
|
|
||||||
void mip_init(struct mg_mgr *, struct mip_if *);
|
void mip_init(struct mg_mgr *, struct mip_if *);
|
||||||
|
void mip_free(struct mip_if *);
|
||||||
|
|
||||||
extern struct mip_driver mip_driver_stm32;
|
extern struct mip_driver mip_driver_stm32;
|
||||||
extern struct mip_driver mip_driver_enc28j60;
|
extern struct mip_driver mip_driver_enc28j60;
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h> // rand(), strtol(), atoi()
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <FreeRTOS.h>
|
#include <FreeRTOS.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user