aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2013-01-17 14:18:07 -0800
committerH. Peter Anvin <hpa@linux.intel.com>2013-01-17 14:18:07 -0800
commit193ab58135d38e155e9e04133957f788bef16c1c (patch)
treed49fc8d095876286cfeaa68552fee897a68a326a
parentffe3a1ece6b7fd1b0941c366cb4e42261d5679c8 (diff)
downloadsyslinux-193ab58135d38e155e9e04133957f788bef16c1c.tar.gz
syslinux-193ab58135d38e155e9e04133957f788bef16c1c.tar.xz
syslinux-193ab58135d38e155e9e04133957f788bef16c1c.zip
bios.h: add missing dependent #include
io_delay() defined in bios.h depends on outb() defined in <sys/io.h>. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
-rw-r--r--core/include/bios.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/include/bios.h b/core/include/bios.h
index d38f6692..889443ab 100644
--- a/core/include/bios.h
+++ b/core/include/bios.h
@@ -20,6 +20,8 @@
#ifndef _BIOS_H
#define _BIOS_H
+#include <sys/io.h>
+
/*
* Interrupt vectors
*/