Julius Werner merged this change.

View Change

Approvals: build bot (Jenkins): Verified HAOUAS Elyes: Looks good to me, approved
QC common: fix compiler complaint, missing <string.h>

Change-Id: I5b5b7bc61dd82fb1b866857d60926b057fae3715
Signed-off-by: T Michael Turney <mturney@codeaurora.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33445
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
---
M src/soc/qualcomm/common/qclib.c
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/soc/qualcomm/common/qclib.c b/src/soc/qualcomm/common/qclib.c
index 25512a9..ac80a76 100644
--- a/src/soc/qualcomm/common/qclib.c
+++ b/src/soc/qualcomm/common/qclib.c
@@ -16,6 +16,7 @@
#include <console/cbmem_console.h>
#include <cbmem.h>
#include <boardid.h>
+#include <string.h>
#include <fmap.h>
#include <assert.h>
#include <arch/mmu.h>

To view, visit change 33445. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I5b5b7bc61dd82fb1b866857d60926b057fae3715
Gerrit-Change-Number: 33445
Gerrit-PatchSet: 4
Gerrit-Owner: mturney mturney <mturney@qualcomm.corp-partner.google.com>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: Julius Werner <jwerner@chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged