diff options
author | bar@gw.udmsearch.izhnet.ru <> | 2002-03-06 17:44:43 +0400 |
---|---|---|
committer | bar@gw.udmsearch.izhnet.ru <> | 2002-03-06 17:44:43 +0400 |
commit | a518b9f32606baf363c754e9e5579f8546768203 (patch) | |
tree | 162ee341ea0ce026de8b530629e9e5c2bddc993f /strings/ctype-gb2312.c | |
parent | 0e7c34920d16340102b1d059f5dc77c31bfc3397 (diff) | |
download | mariadb-git-a518b9f32606baf363c754e9e5579f8546768203.tar.gz |
Charsets related things are prepared by configure in new way.
This is to simplify maintaining charsets, especially changing
CHARSET_INFO structure.
Diffstat (limited to 'strings/ctype-gb2312.c')
-rw-r--r-- | strings/ctype-gb2312.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/strings/ctype-gb2312.c b/strings/ctype-gb2312.c index 28717d98403..7b9b22f0227 100644 --- a/strings/ctype-gb2312.c +++ b/strings/ctype-gb2312.c @@ -26,6 +26,7 @@ #include <my_global.h> #include "m_string.h" +#include "m_ctype.h" uchar NEAR ctype_gb2312[257] = { |