blob: ec9e8a044c8280f33cb61da4f7bfd54ec07481b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -uNr pango-1.2.5/modules/thai/thai-shaper.h pango-1.2.5.patched/modules/thai/thai-shaper.h
--- pango-1.2.5/modules/thai/thai-shaper.h 2003-07-24 22:10:07.000000000 +0200
+++ pango-1.2.5.patched/modules/thai/thai-shaper.h 2003-09-27 16:41:06.000000000 +0200
@@ -1,6 +1,8 @@
#ifndef __THAI_SHAPER_H__
#define __THAI_SHAPER_H__
+#include "config.h"
+
#ifdef HAVE_X
#include "pangox.h"
#endif
|