-rw-r--r-- | src/plugin/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugin/plugin.h b/src/plugin/plugin.h index 2f1d505..3654c21 100644 --- a/src/plugin/plugin.h +++ b/src/plugin/plugin.h | |||
@@ -7,7 +7,7 @@ | |||
7 | */ | 7 | */ |
8 | 8 | ||
9 | #include <npapi.h> | 9 | #include <npapi.h> |
10 | #include <npupp.h> | 10 | #include <npfunctions.h> |
11 | 11 | ||
12 | NPError NP_Initialize(NPNetscapeFuncs* bFuncs, NPPluginFuncs* pFuncs); | 12 | NPError NP_Initialize(NPNetscapeFuncs* bFuncs, NPPluginFuncs* pFuncs); |
13 | NPError NP_Shutdown(); | 13 | NPError NP_Shutdown(); |