Include glibintl.h, not gi18n.h, noticed by Dan Winship.

2005-07-26  Matthias Clasen  <mclasen@redhat.com>

	* glib/goption.c: Include glibintl.h, not gi18n.h, noticed
	by Dan Winship.
This commit is contained in:
Matthias Clasen 2005-07-26 19:41:05 +00:00 committed by Matthias Clasen
parent ab033c6d1b
commit 5f70ee19f8
5 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2005-07-26 Matthias Clasen <mclasen@redhat.com>
* glib/goption.c: Include glibintl.h, not gi18n.h, noticed
by Dan Winship.
* configure.in: Try -mt as compiler flag for threads, needed
for the HP C compiler on HP-UX. (#163051, Paul Cornett)

View File

@ -1,5 +1,8 @@
2005-07-26 Matthias Clasen <mclasen@redhat.com>
* glib/goption.c: Include glibintl.h, not gi18n.h, noticed
by Dan Winship.
* configure.in: Try -mt as compiler flag for threads, needed
for the HP C compiler on HP-UX. (#163051, Paul Cornett)

View File

@ -1,5 +1,8 @@
2005-07-26 Matthias Clasen <mclasen@redhat.com>
* glib/goption.c: Include glibintl.h, not gi18n.h, noticed
by Dan Winship.
* configure.in: Try -mt as compiler flag for threads, needed
for the HP C compiler on HP-UX. (#163051, Paul Cornett)

View File

@ -1,5 +1,8 @@
2005-07-26 Matthias Clasen <mclasen@redhat.com>
* glib/goption.c: Include glibintl.h, not gi18n.h, noticed
by Dan Winship.
* configure.in: Try -mt as compiler flag for threads, needed
for the HP C compiler on HP-UX. (#163051, Paul Cornett)

View File

@ -23,7 +23,7 @@
#include "goption.h"
#include "glib.h"
#include "gi18n.h"
#include "glibintl.h"
#include "galias.h"