X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellDebug1CommandsLib%2FSmbiosView%2FQueryTable.h;fp=ShellPkg%2FLibrary%2FUefiShellDebug1CommandsLib%2FSmbiosView%2FQueryTable.h;h=756009b2f2a1a717573d85432590b0e48fb76a78;hb=2a9ff5f33f733727b83930c5ccf207613254b13b;hp=60fb42c59c341c252bf9f0269eaeae279f1f6e44;hpb=4b7edd78a03f22bf23ef5b9bc2ede61fee866222;p=mirror_edk2.git diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.h b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.h index 60fb42c59c..756009b2f2 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.h +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.h @@ -2,7 +2,7 @@ Build a table, each item is (key, info) pair. and give a interface of query a string out of a table. - Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.
+ Copyright (c) 2005 - 2019, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent **/ @@ -10,6 +10,8 @@ #ifndef _SMBIOS_QUERY_TABLE_H_ #define _SMBIOS_QUERY_TABLE_H_ +#include + #define QUERY_TABLE_UNFOUND 0xFF typedef struct TABLE_ITEM {