gm: Include system_preferences.h in mac file.

This fixes the FIXME in there.

R=epoger@google.com

Review URL: https://codereview.appspot.com/6576049

git-svn-id: http://skia.googlecode.com/svn/trunk@5692 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
tfarina@chromium.org 2012-09-26 15:41:42 +00:00
Родитель 653b0d678e
Коммит 7b3b26e56c
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -5,10 +5,9 @@
* found in the LICENSE file.
*/
#import <Cocoa/Cocoa.h>
#include "system_preferences.h"
// FIXME: should be in a header
void setSystemPreferences();
#import <Cocoa/Cocoa.h>
void setSystemPreferences() {
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];