From bdd03c20d5b1cd7ca17e2559a44ddcf1da06f3be Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Mon, 27 May 2024 11:20:07 +0200 Subject: tree: Use for snprintf header is used for input/output operations (such as printf, scanf, fopen, etc.). Although some input/output functions can manipulate strings, they do not need to directly include because they are declared independently. Change-Id: Ibe2a4ff6f68843a6d99cfdfe182cf2dd922802aa Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/82665 Reviewed-by: Yidi Lin Tested-by: build bot (Jenkins) --- src/vendorcode/cavium/bdk/libbdk-dram/bdk-dram-config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vendorcode/cavium/bdk/libbdk-dram/bdk-dram-config.c') diff --git a/src/vendorcode/cavium/bdk/libbdk-dram/bdk-dram-config.c b/src/vendorcode/cavium/bdk/libbdk-dram/bdk-dram-config.c index 1cf01a26e0..a2a0b6274a 100644 --- a/src/vendorcode/cavium/bdk/libbdk-dram/bdk-dram-config.c +++ b/src/vendorcode/cavium/bdk/libbdk-dram/bdk-dram-config.c @@ -37,6 +37,7 @@ * ARISING OUT OF USE OR PERFORMANCE OF THE SOFTWARE LIES WITH YOU. ***********************license end**************************************/ #include +#include #include #include #include -- cgit v1.2.3