[coreboot-gerrit] Change in coreboot[master]: cbfstool: fix implicit declaration of strcasecmp

Felix Held (Code Review) gerrit at coreboot.org
Fri Jul 27 12:48:21 CEST 2018


Felix Held has submitted this change and it was merged. ( https://review.coreboot.org/27632 )

Change subject: cbfstool: fix implicit declaration of strcasecmp
......................................................................

cbfstool: fix implicit declaration of strcasecmp

Change-Id: Iefeb47bca3676a1f807b7a66b74a07491e351362
Signed-off-by: Felix Held <felix-coreboot at felixheld.de>
Reviewed-on: https://review.coreboot.org/27632
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Julius Werner <jwerner at chromium.org>
---
M util/cbfstool/cbfscomptool.c
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  build bot (Jenkins): Verified
  Julius Werner: Looks good to me, approved



diff --git a/util/cbfstool/cbfscomptool.c b/util/cbfstool/cbfscomptool.c
index c32be64..028893c 100644
--- a/util/cbfstool/cbfscomptool.c
+++ b/util/cbfstool/cbfscomptool.c
@@ -16,6 +16,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <strings.h>
 #include <time.h>
 
 #include "common.h"

-- 
To view, visit https://review.coreboot.org/27632
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Iefeb47bca3676a1f807b7a66b74a07491e351362
Gerrit-Change-Number: 27632
Gerrit-PatchSet: 2
Gerrit-Owner: Felix Held <felix-coreboot at felixheld.de>
Gerrit-Assignee: Idwer Vollering <vidwer at gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot at felixheld.de>
Gerrit-Reviewer: Julius Werner <jwerner at chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
Gerrit-CC: Idwer Vollering <vidwer at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180727/727bbb76/attachment.html>


More information about the coreboot-gerrit mailing list