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 8aa24ef807
commit 3acd03c923
8 changed files with 8 additions and 1 deletions

2
common

@ -1 +1 @@
Subproject commit 59ed6821982c4f5f989b1a635e34dc782d0a8e32
Subproject commit 49b94b4d92a9621d42aa6c80bd720e2abc747fe4

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

@ -19,6 +19,7 @@
/*#define DEBUG */
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>

View file

@ -19,6 +19,7 @@
/*#define DEBUG */
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.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 <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>