From 898d537760e88c09e8e6dc6146a3e8f487fe07c6 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Wed, 16 Jul 2003 16:33:59 +0000 Subject: [PATCH] * mozilla/*: Additional Mozilla 1.4 compilation fixes. --- mozilla/vlcpeer.cpp | 8 ++++---- mozilla/vlcplugin.cpp | 4 +++- mozilla/vlcshell.cpp | 4 +++- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/mozilla/vlcpeer.cpp b/mozilla/vlcpeer.cpp index cfdb24561e..339d4d0aa0 100644 --- a/mozilla/vlcpeer.cpp +++ b/mozilla/vlcpeer.cpp @@ -2,7 +2,7 @@ * vlcpeer.cpp: scriptable peer descriptor ***************************************************************************** * Copyright (C) 2002 VideoLAN - * $Id: vlcpeer.cpp,v 1.4 2003/07/07 12:04:50 sam Exp $ + * $Id: vlcpeer.cpp,v 1.5 2003/07/16 16:33:59 sam Exp $ * * Authors: Samuel Hocevar * @@ -26,10 +26,10 @@ *****************************************************************************/ #include -#include "nsISupports.h" -#include "nsMemory.h" +#include +#include +#include -#include "npapi.h" #include "vlcpeer.h" #include "vlcplugin.h" diff --git a/mozilla/vlcplugin.cpp b/mozilla/vlcplugin.cpp index 735f3d214e..32bb317518 100644 --- a/mozilla/vlcplugin.cpp +++ b/mozilla/vlcplugin.cpp @@ -2,7 +2,7 @@ * vlcplugin.cpp: a VLC plugin for Mozilla ***************************************************************************** * Copyright (C) 2002 VideoLAN - * $Id: vlcplugin.cpp,v 1.4 2003/02/18 13:13:12 sam Exp $ + * $Id: vlcplugin.cpp,v 1.5 2003/07/16 16:33:59 sam Exp $ * * Authors: Samuel Hocevar * @@ -26,6 +26,8 @@ *****************************************************************************/ #include +#include +#include #include #include "vlcpeer.h" diff --git a/mozilla/vlcshell.cpp b/mozilla/vlcshell.cpp index c2f079bae7..70ed05adb8 100644 --- a/mozilla/vlcshell.cpp +++ b/mozilla/vlcshell.cpp @@ -2,7 +2,7 @@ * vlcshell.cpp: a VLC plugin for Mozilla ***************************************************************************** * Copyright (C) 2002 VideoLAN - * $Id: vlcshell.cpp,v 1.13 2003/07/09 13:52:22 sam Exp $ + * $Id: vlcshell.cpp,v 1.14 2003/07/16 16:33:59 sam Exp $ * * Authors: Samuel Hocevar * @@ -37,6 +37,8 @@ #endif /* Mozilla stuff */ +#include +#include #include #ifdef XP_WIN