mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
tools/gst-inspect.c: Add missing include, removes warning of ngettext not being defined on some arches.
Original commit message from CVS: 2006-05-26 Zaheer Abbas Merali <zaheerabbas at merali dot org> * tools/gst-inspect.c: Add missing include, removes warning of ngettext not being defined on some arches.
This commit is contained in:
parent
8bf748a28e
commit
7a6cb64ad1
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-05-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||
|
||||
* tools/gst-inspect.c:
|
||||
Add missing include, removes warning of ngettext not being defined on
|
||||
some arches.
|
||||
|
||||
2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* gst/gstvalue.c: (gst_value_deserialize_fraction):
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include <string.h>
|
||||
#include <locale.h>
|
||||
#include <libintl.h>
|
||||
#include <glib/gprintf.h>
|
||||
|
||||
static char *_name;
|
||||
|
|
Loading…
Reference in a new issue