diff options
author | monty@donna.mysql.fi <> | 2001-04-23 03:28:08 +0300 |
---|---|---|
committer | monty@donna.mysql.fi <> | 2001-04-23 03:28:08 +0300 |
commit | 97c39276795e5734b0666f4219ab97364302574a (patch) | |
tree | ae33c6c0ee91630e50899a9b88d71aa574f9b06d /include | |
parent | 714560cbe9f5735016f503403577ccee63e40f12 (diff) | |
download | mariadb-git-97c39276795e5734b0666f4219ab97364302574a.tar.gz |
Portability fixes
Diffstat (limited to 'include')
-rw-r--r-- | include/m_ctype.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_ctype.h b/include/m_ctype.h index 438b7b34c9a..645c07b79ae 100644 --- a/include/m_ctype.h +++ b/include/m_ctype.h @@ -66,6 +66,7 @@ extern CHARSET_INFO compiled_charsets[]; #endif /* Don't include std ctype.h when this is included */ #define _CTYPE_H +#define _CTYPE_H_ #define _CTYPE_INCLUDED #define __CTYPE_INCLUDED #define _CTYPE_USING /* Don't put names in global namespace. */ |