From 7a6cb64ad1d7e1dffefcbe52ce646831cae7d1fb Mon Sep 17 00:00:00 2001 From: Zaheer Abbas Merali Date: Fri, 26 May 2006 10:35:34 +0000 Subject: [PATCH] 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 * tools/gst-inspect.c: Add missing include, removes warning of ngettext not being defined on some arches. --- ChangeLog | 6 ++++++ tools/gst-inspect.c | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9b6f1fe..ccf00c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-05-26 Zaheer Abbas Merali + + * tools/gst-inspect.c: + Add missing include, removes warning of ngettext not being defined on + some arches. + 2006-05-26 Jan Schmidt * gst/gstvalue.c: (gst_value_deserialize_fraction): diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c index d5c4474..0a641d8 100644 --- a/tools/gst-inspect.c +++ b/tools/gst-inspect.c @@ -31,6 +31,7 @@ #include #include +#include #include static char *_name; -- 2.7.4