add #include <stdlib.h> where needed
authorSteve Baker <steve@stevebaker.org>
Sun, 11 Aug 2002 11:45:07 +0000 (11:45 +0000)
committerSteve Baker <steve@stevebaker.org>
Sun, 11 Aug 2002 11:45:07 +0000 (11:45 +0000)
Original commit message from CVS:
add #include <stdlib.h> where needed

examples/seeking/seek.c
examples/seeking/spider_seek.c
gst/speed/demo-mp3.c

index 5de65c8..c9ae12b 100644 (file)
@@ -1,3 +1,4 @@
+#include <stdlib.h>
 #include <glib.h>
 #include <gtk/gtk.h>
 #include <gst/gst.h>
index 5dd6401..849bafa 100644 (file)
@@ -1,3 +1,4 @@
+#include <stdlib.h>
 #include <glib.h>
 #include <gtk/gtk.h>
 #include <gst/gst.h>
index 3e81853..d3eb3b1 100644 (file)
@@ -1,3 +1,4 @@
+#include <stdlib.h>
 #include <gtk/gtk.h>
 #include <gst/gst.h>