* 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
|
@ -16,6 +16,9 @@
|
|||
* along with GRUB. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <config-util.h>
|
||||
|
||||
#include <grub/term.h>
|
||||
#include <grub/misc.h>
|
||||
#include <grub/types.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue