summaryrefslogtreecommitdiff
path: root/lib/libc/arch/amd64/string/strchr.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/arch/amd64/string/strchr.S')
-rw-r--r--lib/libc/arch/amd64/string/strchr.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/amd64/string/strchr.S b/lib/libc/arch/amd64/string/strchr.S
index 285ce084114..4711116c36a 100644
--- a/lib/libc/arch/amd64/string/strchr.S
+++ b/lib/libc/arch/amd64/string/strchr.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: strchr.S,v 1.7 2015/08/31 02:53:56 guenther Exp $ */
+/* $OpenBSD: strchr.S,v 1.8 2015/11/14 21:53:03 guenther Exp $ */
/* $NetBSD: strchr.S,v 1.7 2014/03/22 19:16:34 jakllsch Exp $ */
/*-
@@ -32,7 +32,7 @@
/* See comments in strlen.S about checking words for byte values */
-#include "SYS.h"
+#include "DEFS.h"
WEAK_ALIAS(index, strchr)