mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
fix compilation on windows - wrong include file
This commit is contained in:
parent
638075e5e9
commit
8deb9066e2
2 changed files with 2 additions and 2 deletions
|
|
@ -455,7 +455,7 @@ clobbered */
|
|||
|
||||
#elif defined(HAVE_WINDOWS_MM_FENCE)
|
||||
# define HAVE_MEMORY_BARRIER
|
||||
# include <mmintrin.h>
|
||||
# include <intrin.h>
|
||||
# define os_rmb _mm_lfence()
|
||||
# define os_wmb _mm_sfence()
|
||||
# define os_isync os_rmb; os_wmb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue