provisioning: Include `FreeRTOS.h`
While adding `prevent re-provisioning` feature, one of the added
functions used `UBaseType_t` datatype which is defined in `FreeRTOS.h`,
but didn't include the header. This was causing integration tests build
failure.
Signed-off-by:
Devaraj Ranganna <devaraj.ranganna@arm.com>
Loading
Please register or sign in to comment