Blame SOURCES/0250-grub-core-lib-posix_wrap-locale.h-GRUB_UTIL-Include-.patch

f96e0b
From 7e4711a6dcd3375aa4ee4342c05b38f6f7ad3965 Mon Sep 17 00:00:00 2001
f96e0b
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
f96e0b
Date: Thu, 4 Apr 2013 08:54:02 +0200
f96e0b
Subject: [PATCH 250/482] 	* grub-core/lib/posix_wrap/locale.h
f96e0b
 [GRUB_UTIL]: Include host locale.h.
f96e0b
f96e0b
---
f96e0b
 ChangeLog                         | 4 ++++
f96e0b
 grub-core/lib/posix_wrap/locale.h | 3 +++
f96e0b
 2 files changed, 7 insertions(+)
f96e0b
f96e0b
diff --git a/ChangeLog b/ChangeLog
f96e0b
index 6dc95ba..467a621 100644
f96e0b
--- a/ChangeLog
f96e0b
+++ b/ChangeLog
f96e0b
@@ -1,3 +1,7 @@
f96e0b
+2013-04-04  Vladimir Serbinenko  <phcoder@gmail.com>
f96e0b
+
f96e0b
+	* grub-core/lib/posix_wrap/locale.h [GRUB_UTIL]: Include host locale.h.
f96e0b
+
f96e0b
 2013-04-03  Vladimir Serbinenko  <phcoder@gmail.com>
f96e0b
 
f96e0b
 	* grub-core/commands/verify.c: Save verified file to avoid it being
f96e0b
diff --git a/grub-core/lib/posix_wrap/locale.h b/grub-core/lib/posix_wrap/locale.h
f96e0b
index e69de29..569a765 100644
f96e0b
--- a/grub-core/lib/posix_wrap/locale.h
f96e0b
+++ b/grub-core/lib/posix_wrap/locale.h
f96e0b
@@ -0,0 +1,3 @@
f96e0b
+#ifdef GRUB_UTIL
f96e0b
+#include_next <locale.h>
f96e0b
+#endif
f96e0b
-- 
f96e0b
1.8.2.1
f96e0b