diff options
Diffstat (limited to 'libc/string/ia64/strchr.S')
-rw-r--r-- | libc/string/ia64/strchr.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/ia64/strchr.S b/libc/string/ia64/strchr.S index 24001eea6..7d1a0834e 100644 --- a/libc/string/ia64/strchr.S +++ b/libc/string/ia64/strchr.S @@ -30,7 +30,7 @@ This implementation assumes little endian mode. For big endian mode, the instruction czx1.r should be replaced by czx1.l. */ -#include <sysdep.h> +#include "sysdep.h" #undef ret #define saved_lc r18 |