Fix build error for Qurt platform in pab_manifest.c

This commit is contained in:
Eric Katzfey 2024-02-20 15:33:26 -08:00 committed by Daniel Agar
parent f07eeaa776
commit 5ad0e68d8e
1 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,8 @@
#include <board_config.h> #include <board_config.h>
#if defined(BOARD_HAS_HW_SPLIT_VERSIONING)
#include <inttypes.h> #include <inttypes.h>
#include <stdbool.h> #include <stdbool.h>
#include <syslog.h> #include <syslog.h>
@ -57,7 +59,6 @@
/**************************************************************************** /****************************************************************************
* Pre-Processor Definitions * Pre-Processor Definitions
****************************************************************************/ ****************************************************************************/
#if defined(BOARD_HAS_HW_SPLIT_VERSIONING)
typedef struct { typedef struct {
hw_base_id_t hw_base_id; /* The ID of the Base */ hw_base_id_t hw_base_id; /* The ID of the Base */