diff options
Diffstat (limited to 'libc/string/ia64/strcpy.S')
-rw-r--r-- | libc/string/ia64/strcpy.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/ia64/strcpy.S b/libc/string/ia64/strcpy.S index bee5bf7c2..e4a9915ca 100644 --- a/libc/string/ia64/strcpy.S +++ b/libc/string/ia64/strcpy.S @@ -31,7 +31,7 @@ shr.u tmp = r[0], sh2 // tmp = w1 >> sh2 */ -#include <sysdep.h> +#include "sysdep.h" #undef ret #define saved_lc r15 |