diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-04-09 17:10:20 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-04-09 22:24:19 +0000 |
commit | f3c36d1ac22f297b6d277f47e6f65fddce2c5c6b (patch) | |
tree | fb5bda6c59ccacf03f9aeff88f1e8e32f4488f09 /src/soc/intel | |
parent | 520dae19ea5d4da03b9c8a3e92da91d6d3556663 (diff) |
soc/intel/alderlake: Fix non-local header treated as local
Change-Id: I93e6989633b9ac1b2738b812e3f8b442ecfdcbf0
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81813
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel')
-rw-r--r-- | src/soc/intel/alderlake/systemagent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/alderlake/systemagent.c b/src/soc/intel/alderlake/systemagent.c index a9c00a99cf..b08e3a363c 100644 --- a/src/soc/intel/alderlake/systemagent.c +++ b/src/soc/intel/alderlake/systemagent.c @@ -19,7 +19,7 @@ #include <soc/soc_chip.h> #include <soc/systemagent.h> #include <spi_flash.h> -#include "stddef.h" +#include <stddef.h> /* * SoC implementation |