From 0ca890bd19b5e71bf5540d852793479c32506571 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 15 Nov 2000 08:38:28 +0100 Subject: thread_test.c make thread_test compile on non-threaded machines client/thread_test.c: make thread_test compile on non-threaded machines --- client/thread_test.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'client/thread_test.c') diff --git a/client/thread_test.c b/client/thread_test.c index def3381eb89..c76489ed946 100644 --- a/client/thread_test.c +++ b/client/thread_test.c @@ -16,10 +16,6 @@ MA 02111-1307, USA */ #include -#include -#include -#include "mysql.h" -#include #ifndef THREAD @@ -30,6 +26,11 @@ int main(int argc, char **argv) } #else +#include +#include +#include "mysql.h" +#include + static my_bool version,verbose; static uint thread_count,number_of_tests=1000,number_of_threads=2; static pthread_cond_t COND_thread_count; -- cgit v1.2.1