tools/gst-inspect.c: Add missing include, removes warning of ngettext not being defin...
authorZaheer Abbas Merali <zaheerabbas@merali.org>
Fri, 26 May 2006 10:35:34 +0000 (10:35 +0000)
committerZaheer Abbas Merali <zaheerabbas@merali.org>
Fri, 26 May 2006 10:35:34 +0000 (10:35 +0000)
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.

ChangeLog
tools/gst-inspect.c

index 9b6f1fe..ccf00c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
index d5c4474..0a641d8 100644 (file)
@@ -31,6 +31,7 @@
 
 #include <string.h>
 #include <locale.h>
+#include <libintl.h>
 #include <glib/gprintf.h>
 
 static char *_name;