aboutsummaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/string/strncmp_wrapper.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arch-x86/string/strncmp_wrapper.S')
-rw-r--r--libc/arch-x86/string/strncmp_wrapper.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/arch-x86/string/strncmp_wrapper.S b/libc/arch-x86/string/strncmp_wrapper.S
index 205018420..191d7555e 100644
--- a/libc/arch-x86/string/strncmp_wrapper.S
+++ b/libc/arch-x86/string/strncmp_wrapper.S
@@ -32,7 +32,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# define USE_AS_STRNCMP
# define ssse3_strcmp_latest strncmp
-# include "ssse3-strcmp.S"
+# include "ssse3-strcmp-latest.S"
#else