* grub-core/osdep/windows/sleep.c: Add missing config.h.
This commit is contained in:
parent
c2e6f70589
commit
79f78fbf06
2 changed files with 7 additions and 0 deletions
|
@ -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).
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue