diff options
Diffstat (limited to 'libc/string/ia64/strncmp.S')
-rw-r--r-- | libc/string/ia64/strncmp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/ia64/strncmp.S b/libc/string/ia64/strncmp.S index 915ea5aa2..74011650c 100644 --- a/libc/string/ia64/strncmp.S +++ b/libc/string/ia64/strncmp.S @@ -28,7 +28,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 |