diff options
Diffstat (limited to '')
-rw-r--r-- | src/fundamental/sbat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fundamental/sbat.h b/src/fundamental/sbat.h index b3c09dcb4c..e3198287ba 100644 --- a/src/fundamental/sbat.h +++ b/src/fundamental/sbat.h @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ #ifdef SBAT_DISTRO +# include "version.h" # define SBAT_SECTION_TEXT \ "sbat,1,SBAT Version,sbat,1,https://github.com/rhboot/shim/blob/main/SBAT.md\n" \ SBAT_PROJECT ",1,The systemd Developers," SBAT_PROJECT "," PROJECT_VERSION "," PROJECT_URL "\n" \ |