mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 01:44:34 +00:00
bios_emulator: add missing includes to debug.c
When compiling with X86EMU_DEBUG, the compiler complains that debug.c misses two include files. Fix that. Signed-off-by: Yuri Zaporozhets <yuriz@qrv-systems.net>
This commit is contained in:
parent
18115aae53
commit
7f15050210
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <vsprintf.h>
|
||||
#include <linux/ctype.h>
|
||||
#include <linux/printk.h>
|
||||
#include "x86emu/x86emui.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue