diff options
Diffstat (limited to 'erts/include/internal/win/ethread.h')
| -rw-r--r-- | erts/include/internal/win/ethread.h | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/erts/include/internal/win/ethread.h b/erts/include/internal/win/ethread.h index c01b17cf14..8be35e810e 100644 --- a/erts/include/internal/win/ethread.h +++ b/erts/include/internal/win/ethread.h @@ -1,7 +1,7 @@  /*   * %CopyrightBegin%   * - * Copyright Ericsson AB 2010. All Rights Reserved. + * Copyright Ericsson AB 2010-2011. All Rights Reserved.   *   * The contents of this file are subject to the Erlang Public License,   * Version 1.1, (the "License"); you may not use this file except in @@ -25,11 +25,13 @@  #ifndef ETHREAD_WIN_H__  #define ETHREAD_WIN_H__ +#include "ethr_membar.h"  #define ETHR_ATOMIC_WANT_32BIT_IMPL__  #include "ethr_atomic.h"  #if ETHR_SIZEOF_PTR == 8  #  define ETHR_ATOMIC_WANT_64BIT_IMPL__  #  include "ethr_atomic.h"  #endif +#include "ethr_dw_atomic.h"  #endif  | 
