summaryrefslogtreecommitdiff
path: root/gst/playondemand
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 /gst/playondemand
parent7ae61d0aae5b44f2263694e91f0e9007e85d9816 (diff)
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'
Diffstat (limited to 'gst/playondemand')
-rw-r--r--gst/playondemand/demo-mp3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/playondemand/demo-mp3.c b/gst/playondemand/demo-mp3.c
index e218011ff..91b9e3bf0 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>