uuid: add a missing header

uuid.h uses uint32_t, uint16_t and uint8_t types, it must include
stdint.h or inttypes.h.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
Guennadi Liakhovetski 2024-08-21 09:32:31 +02:00 committed by Kai Vehmanen
parent 3db820d9d4
commit 0ddf797dc6
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
#include <zephyr/sys/iterable_sections.h>
#endif
#include <stdint.h>
/** \addtogroup uuid_api UUID API
* UUID API specification.
* @{