From 7cadc6e711cedf2d8cfd9809616b9e521927f4b7 Mon Sep 17 00:00:00 2001 From: "monty@hundin.mysql.fi" <> Date: Fri, 14 Sep 2001 02:54:33 +0300 Subject: Changed to use my_global.h Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG --- mysys/thr_mutex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysys/thr_mutex.c') diff --git a/mysys/thr_mutex.c b/mysys/thr_mutex.c index fa7ae4f1e82..340f1461823 100644 --- a/mysys/thr_mutex.c +++ b/mysys/thr_mutex.c @@ -17,7 +17,7 @@ /* This makes a wrapper for mutex handling to make it easier to debug mutex */ -#include +#include #if defined(HAVE_LINUXTHREADS) && !defined (__USE_UNIX98) #define __USE_UNIX98 /* To get rw locks under Linux */ #endif -- cgit v1.2.1