tools/: Fix up includes: need to include stdlib.h in tools.h for exit().

Original commit message from CVS:
* tools/gst-inspect.c:
* tools/gst-launch.c:
* tools/gst-typefind.c:
* tools/gst-xmlinspect.c:
* tools/tools.h:
Fix up includes: need to include stdlib.h in tools.h for exit().
This commit is contained in:
Tim-Philipp Müller 2006-05-09 10:53:18 +00:00
parent e375bac9f2
commit 84e61b79c6
7 changed files with 13 additions and 12 deletions

View file

@ -1,3 +1,12 @@
2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
* tools/gst-inspect.c:
* tools/gst-launch.c:
* tools/gst-typefind.c:
* tools/gst-xmlinspect.c:
* tools/tools.h:
Fix up includes: need to include stdlib.h in tools.h for exit().
2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
* gst/gsttaglist.c: (_gst_tag_initialize):

2
common

@ -1 +1 @@
Subproject commit 6b67aa6dd111fb139e1be0f6a386e3ff84cce091
Subproject commit e41606ab2c6a31be473de511b5fd776bd2593b56

View file

@ -25,13 +25,10 @@
# include "config.h"
#endif
#include <gst/gst.h>
#include <gst/controller/gstcontroller.h>
#include "gst/gst-i18n-app.h"
#include "tools.h"
#include <stdlib.h>
#include <string.h>
#include <locale.h>
#include <glib/gprintf.h>

View file

@ -31,7 +31,6 @@
#endif
#include <string.h>
#include <stdlib.h>
#include <signal.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
@ -40,9 +39,6 @@
#include <sys/wait.h>
#endif
#include <locale.h> /* for LC_ALL */
#include "gst/gst-i18n-app.h"
#include <gst/gst.h>
#include "tools.h"
/* FIXME: This is just a temporary hack. We should have a better

View file

@ -27,9 +27,7 @@
#endif
#include <string.h>
#include <stdlib.h>
#include <locale.h>
#include <gst/gst.h>
#include "tools.h"

View file

@ -2,8 +2,6 @@
# include "config.h"
#endif
#include <gst/gst.h>
#include <stdlib.h>
#include <string.h>
#include <locale.h>
#include <glib/gprintf.h>

View file

@ -23,6 +23,9 @@
#ifndef __GST_TOOLS_H__
#define __GST_TOOLS_H__
#include <stdlib.h>
#include <gst/gst.h>
#include "gst/gst-i18n-app.h"
/*