diff options
Diffstat (limited to 'libc/string/ia64/memchr.S')
-rw-r--r-- | libc/string/ia64/memchr.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/ia64/memchr.S b/libc/string/ia64/memchr.S index f25e80302..86bfbbfe2 100644 --- a/libc/string/ia64/memchr.S +++ b/libc/string/ia64/memchr.S @@ -40,7 +40,7 @@ All the loops in this function could have had the internal branch removed if br.ctop and br.cloop could be predicated :-(. */ -#include "sysdep.h" +#include <sysdep.h> #undef ret #define saved_pr r15 |