exit needs stdlib.h
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 29 Apr 2006 01:18:05 +0000 (01:18 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 29 Apr 2006 01:18:05 +0000 (01:18 +0000)
Original commit message from CVS:
exit needs stdlib.h

gst/playback/test4.c
gst/playback/test5.c
gst/playback/test6.c

index b688ea9..62323db 100644 (file)
@@ -16,6 +16,7 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 02111-1307, USA.
  */
+#include <stdlib.h>             /* exit() */
 #include <unistd.h>
 
 #include <gst/gst.h>
index e72cab1..44e7a01 100644 (file)
@@ -17,6 +17,7 @@
  * Boston, MA 02111-1307, USA.
  */
 #include <unistd.h>
+#include <stdlib.h>             /* exit */
 #include <gst/gst.h>
 
 static GMainLoop *loop;
index 74ed898..b6ac243 100644 (file)
@@ -17,6 +17,7 @@
  * Boston, MA 02111-1307, USA.
  */
 #include <unistd.h>
+#include <stdlib.h>             /* exit */
 #include <gst/gst.h>
 
 static void