From: James Peach Date: Wed, 23 May 2007 20:48:53 +0000 (+0000) Subject: r23098: Fix the case of the #include statements so this module can be built on a X-Git-Tag: samba-4.0.0alpha6~801^2~5796 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e85613f915a44f572eb4719f9e22943450c07b26;p=thirdparty%2Fsamba.git 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) --- diff --git a/source3/modules/charset_macosxfs.c b/source3/modules/charset_macosxfs.c index ab6db9319e2..6d829beae68 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