diff options
author | tonu@x153.internalnet <> | 2001-08-26 00:18:20 +0800 |
---|---|---|
committer | tonu@x153.internalnet <> | 2001-08-26 00:18:20 +0800 |
commit | 451e3c8c3ba6557f037cacf73bc68468522ec2c0 (patch) | |
tree | 331432870e74ba240b433c254eede371858b486e /strings | |
parent | b4815e5ec736832fd169918f1ccab83ac0a27f79 (diff) | |
download | mariadb-git-451e3c8c3ba6557f037cacf73bc68468522ec2c0.tar.gz |
Some warning fixes and some SSL testprograms check-in
Diffstat (limited to 'strings')
-rw-r--r-- | strings/ctype.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/strings/ctype.c b/strings/ctype.c index 16b652d42f1..1178d15b515 100644 --- a/strings/ctype.c +++ b/strings/ctype.c @@ -18,6 +18,7 @@ #include <global.h> #include <m_ctype.h> +#include <m_string.h> /* generated by make, using conf_to_src */ #include "ctype_extra_sources.c" |