From 452268280e96436bca1fc35859957d1b044a2fb8 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 13 Jan 2004 11:46:12 +0000 Subject: [PATCH] distcheck fixes Original commit message from CVS: distcheck fixes --- gst/Makefile.am | 1 + gst/gst.c | 1 + 2 files changed, 2 insertions(+) diff --git a/gst/Makefile.am b/gst/Makefile.am index 3db231cdac..096c94426c 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -191,6 +191,7 @@ built_headers = \ libgstreamer_@GST_MAJORMINOR@include_HEADERS = $(gst_headers) $(built_headers) noinst_HEADERS = \ + gettext.h \ gst-i18n-lib.h \ gst-i18n-app.h \ gst_private.h \ diff --git a/gst/gst.c b/gst/gst.c index 3b3650dc1a..7b537b1e28 100644 --- a/gst/gst.c +++ b/gst/gst.c @@ -25,6 +25,7 @@ #include "gst_private.h" #include "gst-i18n-lib.h" +#include /* for LC_ALL */ #include "gst.h" #include "gstqueue.h"