diff options
author | unknown <wax@mysql.com> | 2005-01-05 16:31:20 +0500 |
---|---|---|
committer | unknown <wax@mysql.com> | 2005-01-05 16:31:20 +0500 |
commit | d889e399a39f7397e8793b6f78f3f3136e1ce8b7 (patch) | |
tree | 4329e51a6c27704a38e9e586efb18c64cd264b0a /mysql-test/mysql_test_run_new.c | |
parent | 8a1e77e23f56c31984155bb14e7c5b68738091f8 (diff) | |
parent | b2dcf8f4888feeaa41e214d1566c2973f2319509 (diff) | |
download | mariadb-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.c | 3 |
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 |