diff options
Diffstat (limited to 'hw/ecc.c')
| -rw-r--r-- | hw/ecc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/ecc.c b/hw/ecc.c index 970ede806a..0e5f80c20b 100644 --- a/hw/ecc.c +++ b/hw/ecc.c @@ -8,7 +8,8 @@ * This code is licensed under the GNU GPL v2. */ -#include "vl.h" +#include "hw.h" +#include "flash.h" /* * Pre-calculated 256-way 1 byte column parity. Table borrowed from Linux. |