add #include <stdlib.h> where needed

Original commit message from CVS:
add #include <stdlib.h> where needed
This commit is contained in:
Steve Baker 2002-08-11 11:45:07 +00:00
parent 0db159065c
commit 71644aa4b0
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#include <stdlib.h>
#include <glib.h>
#include <gtk/gtk.h>
#include <gst/gst.h>

View file

@ -1,3 +1,4 @@
#include <stdlib.h>
#include <glib.h>
#include <gtk/gtk.h>
#include <gst/gst.h>