diff options
Diffstat (limited to 'src/lib/ramtest.c')
-rw-r--r-- | src/lib/ramtest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ramtest.c b/src/lib/ramtest.c index abda1065aa..3f4657fa8f 100644 --- a/src/lib/ramtest.c +++ b/src/lib/ramtest.c @@ -1,4 +1,6 @@ +#include <stdint.h> #include <lib.h> /* Prototypes */ +#include <console/console.h> static void write_phys(unsigned long addr, u32 value) { |