diff options
author | Marc Alff <marc.alff@sun.com> | 2009-11-17 21:29:26 -0700 |
---|---|---|
committer | Marc Alff <marc.alff@sun.com> | 2009-11-17 21:29:26 -0700 |
commit | 48ea0b83a0a19b2107df4300bda211206b37ea20 (patch) | |
tree | 82ff91bb12c9ad25f14d3ff86735d39d819703bb /unittest/examples/todo-t.c | |
parent | 244eced1a797f15dd0ebe0a58b6c054c26b4fa28 (diff) | |
download | mariadb-git-48ea0b83a0a19b2107df4300bda211206b37ea20.tar.gz |
Port the unit test framework to windows
Backport from 6.0.14 to 5.6.0
Original code from Guilhem Bichot
Diffstat (limited to 'unittest/examples/todo-t.c')
-rw-r--r-- | unittest/examples/todo-t.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/examples/todo-t.c b/unittest/examples/todo-t.c index 2de409447ba..027d6d6b65e 100644 --- a/unittest/examples/todo-t.c +++ b/unittest/examples/todo-t.c @@ -13,7 +13,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "my_config.h" +#include <my_global.h> #include <stdlib.h> #include <tap.h> |