commit | a9bd972d5f24a4bcccee659be8bbe578e9aade20 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@codeconstruct.com.au> | Thu Nov 07 14:43:33 2024 +1030 |
committer | Andrew Jeffery <andrew@codeconstruct.com.au> | Tue Nov 19 14:39:56 2024 +1030 |
tree | 0e2324cf2985da3344123ef95db7058d1fec53dc | |
parent | 56ef86a0ba49b46c519f965081fce6ce2ce15e41 [diff] |
dsp: firmware_update: Fix local include of stdbool Change-Id: I45fa986c24321aa7d6067b843d0d06ccde7d6d86 Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
diff --git a/include/libpldm/firmware_update.h b/include/libpldm/firmware_update.h index 4666110..27e626d 100644 --- a/include/libpldm/firmware_update.h +++ b/include/libpldm/firmware_update.h
@@ -9,7 +9,7 @@ #include <libpldm/base.h> #include <libpldm/pldm_types.h> -#include "stdbool.h" +#include <stdbool.h> #include <stddef.h> #include <stdint.h> struct variable_field;