diff options
Diffstat (limited to 'libc/string/ia64/memmove.S')
-rw-r--r-- | libc/string/ia64/memmove.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/ia64/memmove.S b/libc/string/ia64/memmove.S index 65f5b0383..0328f84de 100644 --- a/libc/string/ia64/memmove.S +++ b/libc/string/ia64/memmove.S @@ -33,7 +33,7 @@ sh1 must be computed using an extra instruction: sub sh1 = 64, sh1 or the UM.be bit should be cleared at the beginning and set at the end. */ -#include <sysdep.h> +#include "sysdep.h" #undef ret #define OP_T_THRES 16 |