]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/osdep/windows/emuconsole.c: Add missing config.h and
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 15 Oct 2013 10:43:52 +0000 (12:43 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 15 Oct 2013 10:43:52 +0000 (12:43 +0200)
config-util.h include.

ChangeLog
grub-core/osdep/windows/emuconsole.c

index d08e5251b47e78002b8d7c8cef1ed59a6ba07a8a..9c4177de9cea749fa76e01b5284feeb284ed5f58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-10-15  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/osdep/windows/emuconsole.c: Add missing config.h and
+       config-util.h include.
+
 2013-10-15  Vladimir Serbinenko  <phcoder@gmail.com>
 
        Split emunet into platform-dependent and GRUB-binding parts. Keep
index 7aca3b92f7a521975d076b6e275db0932fda3382..cfd584ebf53b2782b6375fd9eeb0aecabf4daffa 100644 (file)
@@ -16,6 +16,9 @@
  *  along with GRUB.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
+#include <config-util.h>
+
 #include <grub/term.h>
 #include <grub/misc.h>
 #include <grub/types.h>