summaryrefslogtreecommitdiff
path: root/lib/ccan/str/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ccan/str/debug.c')
-rw-r--r--lib/ccan/str/debug.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ccan/str/debug.c b/lib/ccan/str/debug.c
index 9ef756766a..027915bc64 100644
--- a/lib/ccan/str/debug.c
+++ b/lib/ccan/str/debug.c
@@ -86,6 +86,9 @@ int str_isxdigit(int i)
return isxdigit(i);
}
+#undef strstr
+#undef strchr
+#undef strrchr
char *str_strstr(const char *haystack, const char *needle)
{