summaryrefslogtreecommitdiff
path: root/mysql-test/mysql_test_run_new.c
diff options
context:
space:
mode:
authorunknown <wax@mysql.com>2005-01-05 16:31:20 +0500
committerunknown <wax@mysql.com>2005-01-05 16:31:20 +0500
commitd889e399a39f7397e8793b6f78f3f3136e1ce8b7 (patch)
tree4329e51a6c27704a38e9e586efb18c64cd264b0a /mysql-test/mysql_test_run_new.c
parent8a1e77e23f56c31984155bb14e7c5b68738091f8 (diff)
parentb2dcf8f4888feeaa41e214d1566c2973f2319509 (diff)
downloadmariadb-git-d889e399a39f7397e8793b6f78f3f3136e1ce8b7.tar.gz
Merge
mysql-test/mysql_test_run_new.c: SCCS merged
Diffstat (limited to 'mysql-test/mysql_test_run_new.c')
-rw-r--r--mysql-test/mysql_test_run_new.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/mysql_test_run_new.c b/mysql-test/mysql_test_run_new.c
index 5f949015ee7..ecae0b6ad4d 100644
--- a/mysql-test/mysql_test_run_new.c
+++ b/mysql-test/mysql_test_run_new.c
@@ -37,7 +37,8 @@
#include <sys/mode.h>
#endif
#ifdef __WIN__
-#include <Shlwapi.h>
+#include <windows.h>
+#include <shlwapi.h>
#include <direct.h>
#endif