diff options
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/common.h b/include/common.h index a7fb05e52..7d9ab1540 100644 --- a/include/common.h +++ b/include/common.h @@ -39,6 +39,7 @@ typedef volatile unsigned char	vu_char;  #include <linux/bitops.h>  #include <linux/types.h>  #include <linux/string.h> +#include <linux/stringify.h>  #include <asm/ptrace.h>  #include <stdarg.h>  #if defined(CONFIG_PCI) && (defined(CONFIG_4xx) && !defined(CONFIG_AP1000)) |