diff options
Diffstat (limited to 'arch/ppc64/boot/string.S')
-rw-r--r-- | arch/ppc64/boot/string.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/boot/string.S b/arch/ppc64/boot/string.S index ba5f2d21c9ea..7ade87ae7718 100644 --- a/arch/ppc64/boot/string.S +++ b/arch/ppc64/boot/string.S @@ -9,7 +9,7 @@ * NOTE: this code runs in 32 bit mode and is packaged as ELF32. */ -#include <asm/ppc_asm.h> +#include "ppc_asm.h" .text .globl strcpy |