diff options
author | Steve Baker <steve@stevebaker.org> | 2002-08-11 11:29:39 +0000 |
---|---|---|
committer | Steve Baker <steve@stevebaker.org> | 2002-08-11 11:29:39 +0000 |
commit | 1534c48ce3a1a9a4900d657930c217fb04411e15 (patch) | |
tree | 06f87a15db583b59eacbb2f969d0f13b611dbe07 /gst/playondemand/demo-mp3.c | |
parent | 7ae61d0aae5b44f2263694e91f0e9007e85d9816 (diff) | |
download | gst-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'
Diffstat (limited to 'gst/playondemand/demo-mp3.c')
-rw-r--r-- | gst/playondemand/demo-mp3.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> |