summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/FileSystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/FileSystem.h')
-rw-r--r--WebCore/platform/FileSystem.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/WebCore/platform/FileSystem.h b/WebCore/platform/FileSystem.h
index 8ccefab..16afe8f 100644
--- a/WebCore/platform/FileSystem.h
+++ b/WebCore/platform/FileSystem.h
@@ -39,11 +39,10 @@
#if defined(Q_OS_WIN32)
#include <windows.h>
#endif
-#endif
-
-#if PLATFORM(DARWIN)
+#if defined(Q_WS_MAC)
#include <CoreFoundation/CFBundle.h>
#endif
+#endif
#include <time.h>