summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mysql.com>2009-10-16 13:47:34 +0500
committerAlexander Barkov <bar@mysql.com>2009-10-16 13:47:34 +0500
commitde7d1abe9386c2e9df1a8c5f3b95f3cd57cc6c9f (patch)
tree35dbf5009cbbdf4d0d409e813e7489b6311a62ba
parentd8c3f2263f3deaadff957a0047460e8058cffccf (diff)
downloadmariadb-git-de7d1abe9386c2e9df1a8c5f3b95f3cd57cc6c9f.tar.gz
A postfix for WL#751
-rw-r--r--include/my_global.h1
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