From 392d2aacb6065319be3d31fdb37fef393e0149a9 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 15 Sep 2013 00:14:28 -0400 Subject: Move standard bda type info from biosvar.h to std/bda.h. Signed-off-by: Kevin O'Connor --- src/system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/system.c') diff --git a/src/system.c b/src/system.c index 4669e62..aaca059 100644 --- a/src/system.c +++ b/src/system.c @@ -5,7 +5,7 @@ // // This file may be distributed under the terms of the GNU LGPLv3 license. -#include "biosvar.h" // BIOS_CONFIG_TABLE +#include "biosvar.h" // GET_GLOBAL #include "bregs.h" // struct bregs #include "hw/pic.h" // pic_reset #include "ioport.h" // inb -- cgit v1.1