[coreboot-gerrit] Change in coreboot[master]: util/inteltool: Add missing #include <string.h>

Nico Huber (Code Review) gerrit at coreboot.org
Tue Mar 13 20:33:24 CET 2018


Nico Huber has uploaded this change for review. ( https://review.coreboot.org/25143


Change subject: util/inteltool: Add missing #include <string.h>
......................................................................

util/inteltool: Add missing #include <string.h>

Change-Id: I7bb142d9f936b73e84d301028069d85cc15d596a
Signed-off-by: Nico Huber <nico.h at gmx.de>
---
M util/inteltool/inteltool.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/25143/1

diff --git a/util/inteltool/inteltool.c b/util/inteltool/inteltool.c
index a92dbc35..c9f961a 100644
--- a/util/inteltool/inteltool.c
+++ b/util/inteltool/inteltool.c
@@ -18,6 +18,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <inttypes.h>
 #include <getopt.h>
 #include <fcntl.h>

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7bb142d9f936b73e84d301028069d85cc15d596a
Gerrit-Change-Number: 25143
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h at gmx.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180313/0965a1ac/attachment.html>


More information about the coreboot-gerrit mailing list