diff options
author | unknown <tomas@mc05.(none)> | 2004-05-12 12:52:08 +0200 |
---|---|---|
committer | unknown <tomas@mc05.(none)> | 2004-05-12 12:52:08 +0200 |
commit | 3f46ae17a2f8d65a816091a8d643917c2b2815f6 (patch) | |
tree | 5cad3616c04b7fa76c7fd77fe32b32c2dfb54e16 /ndb/include/portlib/NdbMutex.h | |
parent | 15db58a446e3ddbe600328cee5386db1cab505cd (diff) | |
download | mariadb-git-3f46ae17a2f8d65a816091a8d643917c2b2815f6.tar.gz |
NdbMutex.h:
oops forgot this one
ndb/include/portlib/NdbMutex.h:
oops forgot this one
Diffstat (limited to 'ndb/include/portlib/NdbMutex.h')
-rw-r--r-- | ndb/include/portlib/NdbMutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <my_pthread.h> +#include <pthread.h> typedef pthread_mutex_t NdbMutex; #define NDB_MUTEX_INITIALIZER PTHREAD_MUTEX_INITIALIZER #endif |