]> Git Repo - J-u-boot.git/commitdiff
bios_emulator: add missing includes to debug.c
authorYuri Zaporozhets <[email protected]>
Fri, 8 Nov 2024 13:13:29 +0000 (14:13 +0100)
committerTom Rini <[email protected]>
Sun, 17 Nov 2024 02:54:16 +0000 (20:54 -0600)
When compiling with X86EMU_DEBUG, the compiler complains that debug.c misses
two include files. Fix that.

Signed-off-by: Yuri Zaporozhets <[email protected]>
drivers/bios_emulator/x86emu/debug.c

index b426dc3bc45e128aff39ab8a3606c8b114858424..c63cf3d26b53a1d5bd2a2ffdce77edb089e3602a 100644 (file)
@@ -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"
This page took 0.034192 seconds and 4 git commands to generate.