diff options
author | unknown <tonu@x153.internalnet> | 2001-08-27 16:30:13 +0800 |
---|---|---|
committer | unknown <tonu@x153.internalnet> | 2001-08-27 16:30:13 +0800 |
commit | a4c13122f5e8778451cf06139b16395427138f9d (patch) | |
tree | b2c422bc32a77cf0452a17c0d2fb2a45cdc7e597 /mysys/mf_casecnv.c | |
parent | a1f5a1094a654c37ca7d3a5ee076bfedc16c4584 (diff) | |
download | mariadb-git-a4c13122f5e8778451cf06139b16395427138f9d.tar.gz |
Removed tens of annoying warnings about implicit declaration of memcpy(), strlen() and about unused variables.
mysys/mf_casecnv.c:
Removed annoying warnings about implicit declaration of memcpy(), strlen() and about unused variables
mysys/mf_qsort.c:
Removed annoying warnings about implicit declaration of memcpy(), strlen() and about unused variables
readline/complete.c:
Removed annoying warnings about implicit declaration of memcpy(), strlen() and about unused variables
readline/readline.c:
Removed annoying warnings about implicit declaration of memcpy(), strlen() and about unused variables
readline/vi_mode.c:
Removed annoying warnings about implicit declaration of memcpy(), strlen() and about unused variables
Diffstat (limited to 'mysys/mf_casecnv.c')
-rw-r--r-- | mysys/mf_casecnv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysys/mf_casecnv.c b/mysys/mf_casecnv.c index 1d63527eb7b..82575af0e76 100644 --- a/mysys/mf_casecnv.c +++ b/mysys/mf_casecnv.c @@ -25,6 +25,7 @@ #include "mysys_priv.h" #include <m_ctype.h> +#include <m_string.h> /* string to uppercase */ |