]> 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 9839a01a649d824a204eef0ec4b8dcb961df178b..2cdef5d94ed95304be113cf3197dd4534b3960cc 100644 (file)
@@ -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"