diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-05-04 07:16:38 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-05-04 07:16:38 +0200 |
commit | 44cf9ee5f7acd2148dc32f4eee4519a087c52b93 (patch) | |
tree | 5b67e89f11e9cdac90d6cc13655e61a55400addd /storage/maria/ma_test3.c | |
parent | 550d6871a5eb93013435055e11a4fe3009490c82 (diff) | |
parent | d335b471918b4ab0bca05984a70669653cf3169f (diff) | |
download | mariadb-git-44cf9ee5f7acd2148dc32f4eee4519a087c52b93.tar.gz |
5.3 merge
Diffstat (limited to 'storage/maria/ma_test3.c')
-rw-r--r-- | storage/maria/ma_test3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/maria/ma_test3.c b/storage/maria/ma_test3.c index d2ce68fc063..c11de6f8242 100644 --- a/storage/maria/ma_test3.c +++ b/storage/maria/ma_test3.c @@ -17,7 +17,7 @@ #ifndef _WIN32 /*no fork() in Windows*/ -#include "maria.h" +#include "maria_def.h" #include <sys/types.h> #ifdef HAVE_SYS_WAIT_H # include <sys/wait.h> |