* grub-core/osdep/windows/emuconsole.c: Add missing config.h and
config-util.h include.
This commit is contained in:
parent
70671037c8
commit
c11ebcc84f
2 changed files with 8 additions and 0 deletions
|
@ -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>
|
2013-10-15 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Split emunet into platform-dependent and GRUB-binding parts. Keep
|
Split emunet into platform-dependent and GRUB-binding parts. Keep
|
||||||
|
|
|
@ -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.h>
|
||||||
|
#include <config-util.h>
|
||||||
|
|
||||||
#include <grub/term.h>
|
#include <grub/term.h>
|
||||||
#include <grub/misc.h>
|
#include <grub/misc.h>
|
||||||
#include <grub/types.h>
|
#include <grub/types.h>
|
||||||
|
|
Loading…
Reference in a new issue