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-ujis.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-ujis.c')
-rw-r--r-- | strings/ctype-ujis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/strings/ctype-ujis.c b/strings/ctype-ujis.c index 2091a610d19..568b5a69d9d 100644 --- a/strings/ctype-ujis.c +++ b/strings/ctype-ujis.c @@ -26,6 +26,7 @@ #include <my_global.h> #include "m_string.h" +#include "m_ctype.h" uchar NEAR ctype_ujis[257] = { |