]> git.sesse.net Git - vlc/commitdiff
* mozilla/vlcshell.cpp: free() requires <stdlib.h>.
authorSam Hocevar <sam@videolan.org>
Wed, 9 Jul 2003 13:52:22 +0000 (13:52 +0000)
committerSam Hocevar <sam@videolan.org>
Wed, 9 Jul 2003 13:52:22 +0000 (13:52 +0000)
mozilla/vlcshell.cpp

index ab594092166bf26ca091f4138ef250d1f0574333..c2f079bae71294eb73e38b4d9792b0d1b233c8be 100644 (file)
@@ -2,7 +2,7 @@
  * vlcshell.cpp: a VLC plugin for Mozilla
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: vlcshell.cpp,v 1.12 2003/04/09 17:27:51 sam Exp $
+ * $Id: vlcshell.cpp,v 1.13 2003/07/09 13:52:22 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -29,6 +29,7 @@
  *****************************************************************************/
 #include <stdio.h>
 #include <string.h>
+#include <stdlib.h>
 
 /* vlc stuff */
 #ifdef USE_LIBVLC