blob: 6248e9cbca3529ac09647e75b2a44251bc18f29f [file] [log] [blame]
--- a/grub-core/lib/gnulib/base64.h 2021-04-09 21:41:37.672664938 +0000
+++ b/grub-core/lib/gnulib/base64.h 2021-04-09 21:41:59.342679887 +0000
@@ -24,6 +24,10 @@
/* Get bool. */
# include <stdbool.h>
+#ifndef _GL_ATTRIBUTE_CONST
+# define _GL_ATTRIBUTE_CONST /* empty */
+#endif
+
# ifdef __cplusplus
extern "C" {
# endif