summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Baker <steve@stevebaker.org>2002-08-11 11:29:39 +0000
committerSteve Baker <steve@stevebaker.org>2002-08-11 11:29:39 +0000
commit1534c48ce3a1a9a4900d657930c217fb04411e15 (patch)
tree06f87a15db583b59eacbb2f969d0f13b611dbe07
parent7ae61d0aae5b44f2263694e91f0e9007e85d9816 (diff)
downloadgst-plugins-bad-1534c48ce3a1a9a4900d657930c217fb04411e15.tar.gz
gst-plugins-bad-1534c48ce3a1a9a4900d657930c217fb04411e15.tar.bz2
gst-plugins-bad-1534c48ce3a1a9a4900d657930c217fb04411e15.zip
demo-mp3.c:26: warning: implicit declaration of function `exit'
Original commit message from CVS: demo-mp3.c:26: warning: implicit declaration of function `exit'
m---------common0
-rw-r--r--gst/playondemand/demo-mp3.c1
2 files changed, 1 insertions, 0 deletions
diff --git a/common b/common
-Subproject 59ed6821982c4f5f989b1a635e34dc782d0a8e3
+Subproject 49b94b4d92a9621d42aa6c80bd720e2abc747fe
diff --git a/gst/playondemand/demo-mp3.c b/gst/playondemand/demo-mp3.c
index e218011f..91b9e3bf 100644
--- a/gst/playondemand/demo-mp3.c
+++ b/gst/playondemand/demo-mp3.c
@@ -1,3 +1,4 @@
+#include <stdlib.h>
#include <glib.h>
#include <gtk/gtk.h>
#include <gst/gst.h>