diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-04 03:10:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-04 03:10:45 +0000 |
commit | e1982ac32aa0edf24703d210861df504409bfa91 (patch) | |
tree | 37ec7f99081a58b99133208fabe75d14d5df8e4e /libc/string/ia64/memchr.S | |
parent | cb1941ccfc7193d0534fce862ff49e16c194d74f (diff) |
fix building
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 d7742fe8a..2bf078fe6 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 |