mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03: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:
committed by
Tom Rini
parent
18115aae53
commit
7f15050210
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user