summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/string/strcmp_wrapper.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arch-x86/string/strcmp_wrapper.S')
-rw-r--r--libc/arch-x86/string/strcmp_wrapper.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/arch-x86/string/strcmp_wrapper.S b/libc/arch-x86/string/strcmp_wrapper.S
index 69b7f0b..20f3064 100644
--- a/libc/arch-x86/string/strcmp_wrapper.S
+++ b/libc/arch-x86/string/strcmp_wrapper.S
@@ -31,7 +31,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#if defined(USE_SSSE3)
# define ssse3_strcmp_latest strcmp
-# include "ssse3-strcmp.S"
+# include "ssse3-strcmp-latest.S"
#else