mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-10 20:17:56 +00:00
nimble/ll: Fix build with ext adv enabled
rand() needs stdlib.h This failed when building FreeRTOS port.
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
* under the License.
|
||||
*/
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include "syscfg/syscfg.h"
|
||||
|
||||
Reference in New Issue
Block a user