
mturney mturney has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/33445 Change subject: QC common: fix compiler complaint, missing <string.h> ...................................................................... QC common: fix compiler complaint, missing <string.h> Change-Id: I5b5b7bc61dd82fb1b866857d60926b057fae3715 Signed-off-by: T Michael Turney <mturney@codeaurora.org> --- M src/soc/qualcomm/common/qclib.c 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/33445/1 diff --git a/src/soc/qualcomm/common/qclib.c b/src/soc/qualcomm/common/qclib.c index 73c5250..5df5b52 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 https://review.coreboot.org/c/coreboot/+/33445 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: I5b5b7bc61dd82fb1b866857d60926b057fae3715 Gerrit-Change-Number: 33445 Gerrit-PatchSet: 1 Gerrit-Owner: mturney mturney <mturney@qualcomm.corp-partner.google.com> Gerrit-MessageType: newchange