From 52bee922c3d68383e7e19d3777a49ce114e85f6d Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Fri, 25 Jul 2025 10:53:13 -0400 Subject: [PATCH] contrib: Remove modification to header location Remove changing utf8proc.h to its own subdirectory. Other operating systems have it in include there is no sense in us carrying this change. Unlike the situation with uuid which projects do have in a subdirectory this is not. --- contrib/cpukit/utf8proc/utf8proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/cpukit/utf8proc/utf8proc.c b/contrib/cpukit/utf8proc/utf8proc.c index 29d43386c1..19fd271eb9 100644 --- a/contrib/cpukit/utf8proc/utf8proc.c +++ b/contrib/cpukit/utf8proc/utf8proc.c @@ -39,7 +39,7 @@ */ -#include +#include "utf8proc.h" #include "utf8proc_data.c"