diff options
Diffstat (limited to 'common/iotrace.c')
-rw-r--r-- | common/iotrace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/iotrace.c b/common/iotrace.c index ced426ea5c..2725563e8f 100644 --- a/common/iotrace.c +++ b/common/iotrace.c @@ -7,6 +7,7 @@ #define IOTRACE_IMPL #include <common.h> +#include <mapmem.h> #include <asm/io.h> DECLARE_GLOBAL_DATA_PTR; |