Include glibintl.h, not gi18n.h, noticed by Dan Winship.
authorMatthias Clasen <mclasen@redhat.com>
Tue, 26 Jul 2005 19:41:05 +0000 (19:41 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 26 Jul 2005 19:41:05 +0000 (19:41 +0000)
2005-07-26  Matthias Clasen  <mclasen@redhat.com>

* glib/goption.c: Include glibintl.h, not gi18n.h, noticed
by Dan Winship.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
glib/goption.c

index 3bdf610..3ef50b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
 
index 3bdf610..3ef50b1 100644 (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)
 
index 3bdf610..3ef50b1 100644 (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)
 
index 3bdf610..3ef50b1 100644 (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)
 
index 378e7a1..a38edc4 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "goption.h"
 #include "glib.h"
-#include "gi18n.h"
+#include "glibintl.h"
 
 #include "galias.h"