diff options
-rw-r--r-- | chrome/plugin/npobject_util.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/plugin/npobject_util.cc b/chrome/plugin/npobject_util.cc index 71c6ab5..e0d813f 100644 --- a/chrome/plugin/npobject_util.cc +++ b/chrome/plugin/npobject_util.cc @@ -2,12 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "chrome/plugin/npobject_util.h" + // TODO(port) Just compile an empty file on posix so we can generate the // libplugin target needed by other targets. This whole file does compile (see // r9934), but it doesn't link because of undefined refs to files which aren't // compiling yet (e.g. npobject_proxy stuff). #if defined(OS_WIN) -#include "chrome/plugin/npobject_util.h" #include "chrome/common/plugin_messages.h" #include "chrome/common/win_util.h" |