diff options
author | bell@sanja.is.com.ua <> | 2003-01-14 18:00:34 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2003-01-14 18:00:34 +0200 |
commit | 9e9ea3504f70e6e89b77e9128eb9f8f55a06de85 (patch) | |
tree | 6d78da4d0e27ac1f407b8d3a712252ab1bb542bb /include/m_string.h | |
parent | 22b7e67b0bf5e5c77ad24e4ffbea3c91a66d2a52 (diff) | |
download | mariadb-git-9e9ea3504f70e6e89b77e9128eb9f8f55a06de85.tar.gz |
after merging fixing
Diffstat (limited to 'include/m_string.h')
-rw-r--r-- | include/m_string.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/m_string.h b/include/m_string.h index fabd6c9bb59..15a488fe72a 100644 --- a/include/m_string.h +++ b/include/m_string.h @@ -31,6 +31,9 @@ #include <string.h> #endif +/* need by my_vsnprintf */ +#include <stdarg.h> + /* Correct some things for UNIXWARE7 */ #ifdef HAVE_UNIXWARE7_THREADS #undef HAVE_STRINGS_H |