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:
Zaheer Abbas Merali 2006-05-26 10:35:34 +00:00
parent 8bf748a28e
commit 7a6cb64ad1
2 changed files with 7 additions and 0 deletions

View file

@ -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):

View file

@ -31,6 +31,7 @@
#include <string.h>
#include <locale.h>
#include <libintl.h>
#include <glib/gprintf.h>
static char *_name;