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

config-util.h include.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-15 12:43:52 +02:00
parent 70671037c8
commit c11ebcc84f
2 changed files with 8 additions and 0 deletions

View file

@ -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

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.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>