nimble/ll: Fix build with ext adv enabled

rand() needs stdlib.h

This failed when building FreeRTOS port.
This commit is contained in:
Andrzej Kaczmarek
2018-05-24 15:37:19 +02:00
parent 66eaa96c2f
commit 421daeff07
+1
View File
@@ -17,6 +17,7 @@
* under the License.
*/
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "syscfg/syscfg.h"