* grub-core/osdep/windows/sleep.c: Add missing config.h.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-08 20:02:07 +02:00
parent c2e6f70589
commit 79f78fbf06
2 changed files with 7 additions and 0 deletions

View file

@ -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> 2013-10-08 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/emu/misc.c (grub_get_rtc): Remove (it's a leftover). * grub-core/kern/emu/misc.c (grub_get_rtc): Remove (it's a leftover).

View file

@ -16,6 +16,9 @@
* along with GRUB. If not, see <http://www.gnu.org/licenses/>. * along with GRUB. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <config-util.h>
#include <config.h>
#include <windows.h> #include <windows.h>
#include <winioctl.h> #include <winioctl.h>
#include <grub/time.h> #include <grub/time.h>