util/nvramtool: Include missing header

The prototype for is_ident() is in this header, so include it.

Change-Id: I45e0d58d1b891b18b3eb7741897ab691188a2bd9
Signed-off-by: Jacob Garber <jgarber1@ualberta.ca>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33947
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
This commit is contained in:
Jacob Garber 2019-07-01 12:05:00 -06:00 committed by Martin Roth
parent f2ba2d9421
commit 4177bedd65
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@
#include <ctype.h>
#include "layout-text.h"
static int is_ident_nondigit(int c)
{
int result;