commit | f544f894a36267a6e70733a55513688184bfbaec | [log] [tgz] |
---|---|---|
author | Yuri Zaporozhets <yuriz@qrv-systems.net> | Fri Nov 08 14:13:29 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Nov 16 20:54:16 2024 -0600 |
tree | 8a6c404ad803a5b97b3d47e158579d102f691a2f | |
parent | ed944ead212a46374de42851e3c038181276019b [diff] |
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>