]> git.sesse.net Git - vlc/blobdiff - modules/visualization/galaktos/video_init.c
Do not leak the IPC helper - might fix #1598
[vlc] / modules / visualization / galaktos / video_init.c
index 79c3dce3d3a2d5c53cf8a34232a780fedba323d3..2cdef5d94ed95304be113cf3197dd4534b3960cc 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * video_init.c:
  *****************************************************************************
- * Copyright (C) 2004 VideoLAN (Centrale Réseaux) and its contributors
+ * Copyright (C) 2004 the VideoLAN team
  * $Id$
  *
  * Authors: Cyril Deguet <asmax@videolan.org>
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 
@@ -32,6 +32,7 @@
 //also able to handle resizing and fullscreening of windows
 //just call init_display again with differant variables
 
+#include <stdlib.h>
 #include <GL/gl.h>
 #include <GL/glu.h>
 #include "video_init.h"