diff options
author | Alexander Barkov <bar@mysql.com> | 2009-10-16 13:47:34 +0500 |
---|---|---|
committer | Alexander Barkov <bar@mysql.com> | 2009-10-16 13:47:34 +0500 |
commit | ac2a0348a24f501fdd2ffb1dcf3bde5d3ce101db (patch) | |
tree | 35dbf5009cbbdf4d0d409e813e7489b6311a62ba /include | |
parent | 7741d9b50df4fabebea41c16183ce0b4584f718a (diff) | |
download | mariadb-git-ac2a0348a24f501fdd2ffb1dcf3bde5d3ce101db.tar.gz |
A postfix for WL#751
Diffstat (limited to 'include')
-rw-r--r-- | include/my_global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_global.h b/include/my_global.h index 0c02dd6dcac..79fcae6d61f 100644 --- a/include/my_global.h +++ b/include/my_global.h @@ -410,6 +410,7 @@ C_MODE_END #ifndef stdin #include <stdio.h> #endif +#include <stdarg.h> #ifdef HAVE_STDLIB_H #include <stdlib.h> #endif |