util/amdfwtool: portability fixes for FreeBSD

Add the stdint.h header, and drop the GLIBC section from amdfwtool.h to build this tool on FreeBSD as well as Linux.

Signed-off-by: Idwer Vollering <vidwer@gmail.com>
Change-Id: I295fd308b0f5e2902931f02c9455823a614976de
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48977
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Idwer Vollering
2020-12-30 00:01:59 +01:00
parent 2c626f332b
commit 93df1d9cfa
3 changed files with 2 additions and 8 deletions

View File

@@ -2,6 +2,7 @@
#include <regex.h>
#include <string.h>
#include <stdlib.h>
#include <stdint.h>
#include "amdfwtool.h"