summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/network/cf/LoaderRunLoopCF.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/network/cf/LoaderRunLoopCF.h')
-rw-r--r--Source/WebCore/platform/network/cf/LoaderRunLoopCF.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/platform/network/cf/LoaderRunLoopCF.h b/Source/WebCore/platform/network/cf/LoaderRunLoopCF.h
index f66128c..e0d3ba4 100644
--- a/Source/WebCore/platform/network/cf/LoaderRunLoopCF.h
+++ b/Source/WebCore/platform/network/cf/LoaderRunLoopCF.h
@@ -32,6 +32,8 @@
#error This code is not needed on platforms other than Windows, because main thread's CFRunLoop can be used.
#endif
+typedef struct __CFRunLoop* CFRunLoopRef;
+
namespace WebCore {
CFRunLoopRef loaderRunLoop();