diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-10-07 10:08:05 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-10-26 16:38:11 +0000 |
commit | 04c3b5a01650245e3e1cd8fa947e2d146d9126ed (patch) | |
tree | f74b680feaab4fa24488e1160c6132df7c88e0d0 /src/device/dram/spd.c | |
parent | 45d3205ba565ababcaf1e9e85a63dd7a0b1d72be (diff) |
src/device: Clean up includes
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: Idd78271f2158bdc29ce9ac8d81f46ad8cbe84c5e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68205
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
Diffstat (limited to 'src/device/dram/spd.c')
-rw-r--r-- | src/device/dram/spd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/dram/spd.c b/src/device/dram/spd.c index b6246ae660..deff6744ad 100644 --- a/src/device/dram/spd.c +++ b/src/device/dram/spd.c @@ -2,6 +2,7 @@ #include <device/dram/spd.h> #include <spd.h> +#include <stddef.h> const char *spd_manufacturer_name(const uint16_t mod_id) { |