From 3f46ae17a2f8d65a816091a8d643917c2b2815f6 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 12 May 2004 12:52:08 +0200 Subject: [PATCH] NdbMutex.h: oops forgot this one ndb/include/portlib/NdbMutex.h: oops forgot this one --- ndb/include/portlib/NdbMutex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ndb/include/portlib/NdbMutex.h b/ndb/include/portlib/NdbMutex.h index 52638b19c7e..28adaacb8c4 100644 --- a/ndb/include/portlib/NdbMutex.h +++ b/ndb/include/portlib/NdbMutex.h @@ -35,7 +35,7 @@ typedef SEMAPHORE NdbMutex; #elif defined NDB_WIN32 typedef CRITICAL_SECTION NdbMutex; #else -#include +#include typedef pthread_mutex_t NdbMutex; #define NDB_MUTEX_INITIALIZER PTHREAD_MUTEX_INITIALIZER #endif