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 e31f8fbd9..56ea6c5c8 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 |