diff options
author | Tor Lillqvist <tml@iki.fi> | 2003-06-04 00:51:57 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2003-06-04 00:51:57 +0000 |
commit | 739258e19f085770744af9b800c039cc348ac134 (patch) | |
tree | a3040d5cff2338d5e74919617e349df82f48452f | |
parent | 3ad8f8671fe98afa7560edde1b254c8b4d770c8a (diff) | |
download | pango-739258e19f085770744af9b800c039cc348ac134.tar.gz |
Need config.h here, too, for HAVE_X. Thanks to Patrick Welche.
2003-06-04 Tor Lillqvist <tml@iki.fi>
* modules/thai/thai-x.c: Need config.h here, too, for
HAVE_X. Thanks to Patrick Welche.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-1-4 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-1-6 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-1-8 | 4 | ||||
-rw-r--r-- | modules/thai/thai-x.c | 1 |
6 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2003-06-04 Tor Lillqvist <tml@iki.fi> + + * modules/thai/thai-x.c: Need config.h here, too, for HAVE_X. + Mon Jun 2 10:43:15 PDT 2003 Keith Packard <keithp@keithp.com * pango/pangoxft-font.c (pango_xft_font_real_get_kerning): diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 4d933fa0..63a1e5bc 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,7 @@ +2003-06-04 Tor Lillqvist <tml@iki.fi> + + * modules/thai/thai-x.c: Need config.h here, too, for HAVE_X. + Mon Jun 2 10:43:15 PDT 2003 Keith Packard <keithp@keithp.com * pango/pangoxft-font.c (pango_xft_font_real_get_kerning): diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index 4d933fa0..63a1e5bc 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,7 @@ +2003-06-04 Tor Lillqvist <tml@iki.fi> + + * modules/thai/thai-x.c: Need config.h here, too, for HAVE_X. + Mon Jun 2 10:43:15 PDT 2003 Keith Packard <keithp@keithp.com * pango/pangoxft-font.c (pango_xft_font_real_get_kerning): diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index 4d933fa0..63a1e5bc 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,7 @@ +2003-06-04 Tor Lillqvist <tml@iki.fi> + + * modules/thai/thai-x.c: Need config.h here, too, for HAVE_X. + Mon Jun 2 10:43:15 PDT 2003 Keith Packard <keithp@keithp.com * pango/pangoxft-font.c (pango_xft_font_real_get_kerning): diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 4d933fa0..63a1e5bc 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,7 @@ +2003-06-04 Tor Lillqvist <tml@iki.fi> + + * modules/thai/thai-x.c: Need config.h here, too, for HAVE_X. + Mon Jun 2 10:43:15 PDT 2003 Keith Packard <keithp@keithp.com * pango/pangoxft-font.c (pango_xft_font_real_get_kerning): diff --git a/modules/thai/thai-x.c b/modules/thai/thai-x.c index 246fd688..0f18e228 100644 --- a/modules/thai/thai-x.c +++ b/modules/thai/thai-x.c @@ -26,6 +26,7 @@ * Boston, MA 02111-1307, USA. */ +#include "config.h" #include <string.h> |