summaryrefslogtreecommitdiff
path: root/util/nvramtool
diff options
context:
space:
mode:
authorJacob Garber <jgarber1@ualberta.ca>2019-07-01 12:05:00 -0600
committerMartin Roth <martinroth@google.com>2019-07-07 20:26:25 +0000
commit4177bedd65f0f19400acf8f21aedd2abf3c837bf (patch)
tree854bd607aa72ead3510dc27510fadf57e2ab800a /util/nvramtool
parentf2ba2d9421744eb31e4001f448ad02593dd82883 (diff)
downloadcoreboot-4177bedd65f0f19400acf8f21aedd2abf3c837bf.tar.xz
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>
Diffstat (limited to 'util/nvramtool')
-rw-r--r--util/nvramtool/accessors/layout-common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/nvramtool/accessors/layout-common.c b/util/nvramtool/accessors/layout-common.c
index 7dcfd3ebed..33522f4088 100644
--- a/util/nvramtool/accessors/layout-common.c
+++ b/util/nvramtool/accessors/layout-common.c
@@ -26,6 +26,8 @@
#include <ctype.h>
+#include "layout-text.h"
+
static int is_ident_nondigit(int c)
{
int result;