diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/atomic_ptr.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atomic_ptr.hpp b/src/atomic_ptr.hpp index e0af553..54db64f 100644 --- a/src/atomic_ptr.hpp +++ b/src/atomic_ptr.hpp @@ -29,7 +29,7 @@ #elif defined ZMQ_HAVE_WINDOWS #define ZMQ_ATOMIC_PTR_WINDOWS #elif (defined ZMQ_HAVE_SOLARIS || defined ZMQ_HAVE_NETBSD) -#define ZMQ_ATOMIC_COUNTER_ATOMIC_H +#define ZMQ_ATOMIC_PTR_ATOMIC_H #else #define ZMQ_ATOMIC_PTR_MUTEX #endif |