]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r23098: Fix the case of the #include statements so this module can be built on a
authorJames Peach <jpeach@samba.org>
Wed, 23 May 2007 20:48:53 +0000 (20:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:22:45 +0000 (12:22 -0500)
case-sensitive filesystem.
(This used to be commit 0fd0b57107fcdbf7eda85b3f3b969c5dc9eaadc5)

source3/modules/charset_macosxfs.c

index ab6db9319e24c90792e19119746c8351f2eb49af..6d829beae683e7045fd8ae4d52f68305f36b55d5 100644 (file)
@@ -41,8 +41,8 @@
  * See if autoconf has found us the internal headers in some form.
  */
 #if HAVE_COREFOUNDATION_CFSTRINGENCODINGCONVERTER_H
-#      include <Corefoundation/CFStringEncodingConverter.h>
-#      include <Corefoundation/CFUnicodePrecomposition.h>
+#      include <CoreFoundation/CFStringEncodingConverter.h>
+#      include <CoreFoundation/CFUnicodePrecomposition.h>
 #      define USE_INTERNAL_API 1
 #elif HAVE_CFSTRINGENCODINGCONVERTER_H
 #      include <CFStringEncodingConverter.h>