From 80360192b6cee33357e1b3078e9d1564d39909d2 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 20 Nov 2015 07:10:26 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/wchar/wmemcasemem.c | 2 +- src/wchar/wmemmem.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wchar/wmemcasemem.c b/src/wchar/wmemcasemem.c index 824f917..d01fda8 100644 --- a/src/wchar/wmemcasemem.c +++ b/src/wchar/wmemcasemem.c @@ -49,6 +49,6 @@ wchar_t* (wmemcasemem)(const wchar_t* haystack, size_t haystack_length, return !wmemcasecmp(haystack, needle, haystack_length) ? haystack : NULL; #define WIDE #define CASE -#include "../string/substring.h" +#include "../string/mem/substring.h" } diff --git a/src/wchar/wmemmem.c b/src/wchar/wmemmem.c index 5c35a06..bd32035 100644 --- a/src/wchar/wmemmem.c +++ b/src/wchar/wmemmem.c @@ -48,6 +48,6 @@ wchar_t* (wmemmem)(const wchar_t* haystack, size_t haystack_length, if (haystack_length == needle_length) return !wmemcmp(haystack, needle, haystack_length) ? haystack : NULL; #define WIDE -#include "../string/substring.h" +#include "../string/mem/substring.h" } -- cgit v1.2.3-70-g09d2