diff options
Diffstat (limited to 'package/rt2x00/src/rt2x00debug.c')
-rw-r--r-- | package/rt2x00/src/rt2x00debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/rt2x00/src/rt2x00debug.c b/package/rt2x00/src/rt2x00debug.c index cb618700ab..e2239fab8d 100644 --- a/package/rt2x00/src/rt2x00debug.c +++ b/package/rt2x00/src/rt2x00debug.c @@ -30,6 +30,7 @@ #include <asm/uaccess.h> #include "rt2x00.h" +#include "rt2x00debug.h" #define PRINT_REG8_STR ( "0x%.2x\n" ) #define PRINT_REG16_STR ( "0x%.4x\n" ) |