diff options
Diffstat (limited to 'hw/vga.c')
| -rw-r--r-- | hw/vga.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hw/vga.c b/hw/vga.c index 4c7d9fff33..3d0841c9d6 100644 --- a/hw/vga.c +++ b/hw/vga.c @@ -21,7 +21,10 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -#include "vl.h" +#include "hw.h" +#include "console.h" +#include "pc.h" +#include "pci.h" #include "vga_int.h" #include "pixel_ops.h" |