]> git.proxmox.com Git - grub2.git/commitdiff
* grub-core/osdep/windows/sleep.c: Add missing config.h.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 8 Oct 2013 18:02:07 +0000 (20:02 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 8 Oct 2013 18:02:07 +0000 (20:02 +0200)
ChangeLog
grub-core/osdep/windows/sleep.c

index 323c2a0da28c0edc803f2891c84d38e03db632da..71a4d79cab623cf3c5c06ef82f51c6c9eb051d5c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-08  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/osdep/windows/sleep.c: Add missing config.h.
+
 2013-10-08  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/kern/emu/misc.c (grub_get_rtc): Remove (it's a leftover).
index 82fd0ed8280a5a86e14cf2f18db7de3e09bffe67..03b846bc7c74e509b2cf8c956212b23b4efd3371 100644 (file)
@@ -16,6 +16,9 @@
  *  along with GRUB.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config-util.h>
+#include <config.h>
+
 #include <windows.h>
 #include <winioctl.h>
 #include <grub/time.h>