diff options
Diffstat (limited to 'libc/string/ia64/memccpy.S')
-rw-r--r-- | libc/string/ia64/memccpy.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/ia64/memccpy.S b/libc/string/ia64/memccpy.S index 259d680bc..68bcde62c 100644 --- a/libc/string/ia64/memccpy.S +++ b/libc/string/ia64/memccpy.S @@ -31,7 +31,7 @@ This implementation assumes that it is safe to do read ahead in the src block, without getting beyond its limit. */ -#include "sysdep.h" +#include <sysdep.h> #undef ret #define OP_T_THRES 16 |