summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Nieuwenhuizen <janneke@gnu.org>2011-04-28 18:12:31 +0200
committerPetr Mladek <pmladek@suse.cz>2011-04-28 18:12:31 +0200
commit1cf9f61195fdec798e8f696fc3356f4473eb4750 (patch)
treee589c08660e02263e1d3f569bd5441c75954bb02
parent1f784b2875580345cc041c5e6c601713de50fbf6 (diff)
build-fix-xulrunner-npapi-inc.diff: build with xulrunner-1.9.1
-rw-r--r--extensions/source/plugin/inc/plugin/unx/plugcon.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/plugin/inc/plugin/unx/plugcon.hxx b/extensions/source/plugin/inc/plugin/unx/plugcon.hxx
index 1242608ee..dc82c9fe0 100644
--- a/extensions/source/plugin/inc/plugin/unx/plugcon.hxx
+++ b/extensions/source/plugin/inc/plugin/unx/plugcon.hxx
@@ -98,7 +98,7 @@ extern "C" {
# endif
#endif
-#ifndef _NPAPI_H_
+#if ! defined ( _NPAPI_H_) && ! defined (npapi_h_)
extern "C" {
#include <npsdk/npupp.h>
}