diff options
Diffstat (limited to 'libc/string/ia64/strcmp.S')
-rw-r--r-- | libc/string/ia64/strcmp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/ia64/strcmp.S b/libc/string/ia64/strcmp.S index 4da72fa10..9d9527f33 100644 --- a/libc/string/ia64/strcmp.S +++ b/libc/string/ia64/strcmp.S @@ -27,7 +27,7 @@ Unlike memcmp(), this function is optimized for mismatches within the first few characters. */ -#include "sysdep.h" +#include <sysdep.h> #undef ret #define s1 in0 |