Idwer Vollering has uploaded this change for review.

View Change

util/amdfwtool: add inttypes.h to build this tool on FreeBSD

Signed-off-by: Idwer Vollering <vidwer@gmail.com>
Change-Id: I295fd308b0f5e2902931f02c9455823a614976de
---
M util/amdfwtool/data_parse.c
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/48977/1
diff --git a/util/amdfwtool/data_parse.c b/util/amdfwtool/data_parse.c
index 017c689..07618ca 100644
--- a/util/amdfwtool/data_parse.c
+++ b/util/amdfwtool/data_parse.c
@@ -2,6 +2,7 @@
#include <regex.h>
#include <string.h>
#include <stdlib.h>
+#include <inttypes.h>

#include "amdfwtool.h"


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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I295fd308b0f5e2902931f02c9455823a614976de
Gerrit-Change-Number: 48977
Gerrit-PatchSet: 1
Gerrit-Owner: Idwer Vollering <vidwer@gmail.com>
Gerrit-MessageType: newchange