summaryrefslogtreecommitdiffstats
path: root/grub-core/osdep/sleep.c
blob: c4ff1724e09736f61a20a4f33285b6008d3294ed (plain)
1
2
3
4
5
#if defined (__MINGW32__) || defined (__CYGWIN__)
#include "windows/sleep.c"
#else
#include "unix/sleep.c"
#endif