diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/ports/SkFontHost_mac.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ports/SkFontHost_mac.cpp b/src/ports/SkFontHost_mac.cpp index ff5905fc1e..b409f1e83d 100755 --- a/src/ports/SkFontHost_mac.cpp +++ b/src/ports/SkFontHost_mac.cpp @@ -14,7 +14,7 @@ ** limitations under the License. */ -#include <carbon/carbon.h> +#include <Carbon/Carbon.h> #include "SkFontHost.h" #include "SkDescriptor.h" #include "SkEndian.h" |