summaryrefslogtreecommitdiff
path: root/src/atomic_ptr.hpp
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2010-06-04 15:35:14 +0200
committerMartin Lucina <mato@kotelna.sk>2010-06-04 15:35:14 +0200
commit621d7415b3cdee1f79787e2961f113b00d237615 (patch)
treedf54eec9f1a32f39b2d3dbf414076e790c899a94 /src/atomic_ptr.hpp
parent67ca7dcbe6b072b74a112ce4df4529cda82c0f13 (diff)
Fix Solaris/NetBSD breakage in atomic_ptr.hpp
Diffstat (limited to 'src/atomic_ptr.hpp')
-rw-r--r--src/atomic_ptr.hpp2
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