From 193ab58135d38e155e9e04133957f788bef16c1c Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 17 Jan 2013 14:18:07 -0800 Subject: [PATCH] bios.h: add missing dependent #include io_delay() defined in bios.h depends on outb() defined in . Signed-off-by: H. Peter Anvin --- core/include/bios.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/include/bios.h b/core/include/bios.h index d38f669..889443a 100644 --- a/core/include/bios.h +++ b/core/include/bios.h @@ -20,6 +20,8 @@ #ifndef _BIOS_H #define _BIOS_H +#include + /* * Interrupt vectors */ -- 2.7.4