]> git.sesse.net Git - vlc/blobdiff - mozilla/vlcplugin.cpp
* XPCOM implementation in mozilla plugin on MacOSX (Play, pause, stop
[vlc] / mozilla / vlcplugin.cpp
index 6eb91d1eddce6e73ed20ac1e337e416708dde7b3..32bb31751818f723d6a7fdaba3be032af5e8d2ad 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
- * vlcplugin.cpp: a VideoLAN Client plugin for Mozilla
+ * vlcplugin.cpp: a VLC plugin for Mozilla
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: vlcplugin.cpp,v 1.3 2003/02/01 18:54:10 sam Exp $
+ * $Id: vlcplugin.cpp,v 1.5 2003/07/16 16:33:59 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -26,6 +26,8 @@
  *****************************************************************************/
 #include <vlc/vlc.h>
 
+#include <nsISupports.h>
+#include <nsMemory.h>
 #include <npapi.h>
 
 #include "vlcpeer.h"