diff --git a/srcpkgs/vboot-utils/patches/fix-glibc-2.28.patch b/srcpkgs/vboot-utils/patches/fix-glibc-2.28.patch new file mode 100644 index 00000000000..4f091aaf2ce --- /dev/null +++ b/srcpkgs/vboot-utils/patches/fix-glibc-2.28.patch @@ -0,0 +1,13 @@ +diff --git a/cgpt/cgpt_wrapper.c b/cgpt/cgpt_wrapper.c +index 62635f3f..b27a3eef 100644 +--- cgpt/cgpt_wrapper.c ++++ cgpt/cgpt_wrapper.c +@@ -20,6 +20,7 @@ + #include + #include + #include ++#include + + #include "cgpt.h" + #include "cgpt_nor.h" +