diff options
Diffstat (limited to 'common/kgdb_stubs.c')
-rw-r--r-- | common/kgdb_stubs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/kgdb_stubs.c b/common/kgdb_stubs.c index 256d88697d7..66aed7cea1c 100644 --- a/common/kgdb_stubs.c +++ b/common/kgdb_stubs.c @@ -7,6 +7,7 @@ * Licensed under the GPL-2 or later. */ +#include <common.h> #include <cpu_func.h> #include <kgdb.h> #include <serial.h> |