From e85613f915a44f572eb4719f9e22943450c07b26 Mon Sep 17 00:00:00 2001 From: James Peach Date: Wed, 23 May 2007 20:48:53 +0000 Subject: r23098: Fix the case of the #include statements so this module can be built on a case-sensitive filesystem. (This used to be commit 0fd0b57107fcdbf7eda85b3f3b969c5dc9eaadc5) --- source3/modules/charset_macosxfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/modules/charset_macosxfs.c') diff --git a/source3/modules/charset_macosxfs.c b/source3/modules/charset_macosxfs.c index ab6db9319e..6d829beae6 100644 --- a/source3/modules/charset_macosxfs.c +++ b/source3/modules/charset_macosxfs.c @@ -41,8 +41,8 @@ * See if autoconf has found us the internal headers in some form. */ #if HAVE_COREFOUNDATION_CFSTRINGENCODINGCONVERTER_H -# include -# include +# include +# include # define USE_INTERNAL_API 1 #elif HAVE_CFSTRINGENCODINGCONVERTER_H # include -- cgit