diff options
Diffstat (limited to 'WebCore/bridge/c/c_runtime.h')
-rw-r--r-- | WebCore/bridge/c/c_runtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/bridge/c/c_runtime.h b/WebCore/bridge/c/c_runtime.h index e797342..5355934 100644 --- a/WebCore/bridge/c/c_runtime.h +++ b/WebCore/bridge/c/c_runtime.h @@ -28,8 +28,8 @@ #if ENABLE(NETSCAPE_PLUGIN_API) +#include "Bridge.h" #include "npruntime_internal.h" -#include "runtime.h" namespace JSC { namespace Bindings { |