summaryrefslogtreecommitdiff
path: root/src/northbridge/via/vx900/memmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/via/vx900/memmap.c')
-rw-r--r--src/northbridge/via/vx900/memmap.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/northbridge/via/vx900/memmap.c b/src/northbridge/via/vx900/memmap.c
index 18d9635379..0c3b7bfc76 100644
--- a/src/northbridge/via/vx900/memmap.c
+++ b/src/northbridge/via/vx900/memmap.c
@@ -17,11 +17,12 @@
#define __SIMPLE_DEVICE__
-#include "vx900.h"
-
#include <device/pci.h>
#include <device/pci_ops.h>
#include <cbmem.h>
+#include <console/console.h>
+
+#include "vx900.h"
#define MCU PCI_DEV(0, 0, 3)