mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 17:50:36 +00:00
adding locale.h
Original commit message from CVS: adding locale.h
This commit is contained in:
parent
01e210d650
commit
eefcaf5b9e
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
|
2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* gst-libs/gst/gst-i18n-plugin.h:
|
* gst-libs/gst/gst-i18n-plugin.h:
|
||||||
|
add locale.h
|
||||||
remove config.h inclusion
|
remove config.h inclusion
|
||||||
|
|
||||||
2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
|
2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
|
@ -19,10 +19,10 @@
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef __GST_I18N_PLUGIN_H__
|
#ifndef __GST_I18N_PLUGIN_H__
|
||||||
#define __GST_I18N_PLUGIN_H__
|
#define __GST_I18N_PLUGIN_H__
|
||||||
|
|
||||||
|
#include <locale.h> /* some people need it and some people don't */
|
||||||
#include "gettext.h" /* included with gettext distribution and copied */
|
#include "gettext.h" /* included with gettext distribution and copied */
|
||||||
|
|
||||||
#ifndef GETTEXT_PACKAGE
|
#ifndef GETTEXT_PACKAGE
|
||||||
|
|
Loading…
Reference in a new issue