diff options
Diffstat (limited to 'hw/pl022.c')
-rw-r--r-- | hw/pl022.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/pl022.c b/hw/pl022.c index d7c735b7ce..54a581b882 100644 --- a/hw/pl022.c +++ b/hw/pl022.c @@ -7,7 +7,8 @@ * This code is licenced under the GPL. */ -#include "vl.h" +#include "hw.h" +#include "primecell.h" //#define DEBUG_PL022 1 |