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 935a5a469a
commit 896e4656a7
3 changed files with 3 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>

View file

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