added missing #include

random/rand32.h is needed for sys_csrand_get()
This commit is contained in:
pinkit-cwa 2020-08-15 17:26:49 +02:00 committed by GitHub
parent 7afa4e7d68
commit e73c45dca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include <inttypes.h>
#include <bluetooth/hci.h>
#include <zephyr/types.h>
#include <random/rand32.h>
#include "exposure-notification.h"
#include "covid_types.h"