aboutsummaryrefslogtreecommitdiffstats
path: root/include/atomic.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-05-07 02:28:25 -0700
committerChris Robinson <[email protected]>2014-05-07 02:28:25 -0700
commit1c01e9423719c96866c82cb395388409db0bba35 (patch)
treedb5c882bc256011c38d58bfc10c48629898f5a5f /include/atomic.h
parentd8d609b9401b2f8fc121cccbde253c17f07d2580 (diff)
Move the static_assert definition to its own header
Diffstat (limited to 'include/atomic.h')
-rw-r--r--include/atomic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/atomic.h b/include/atomic.h
index 3b5ec24d..3915dfd5 100644
--- a/include/atomic.h
+++ b/include/atomic.h
@@ -1,6 +1,8 @@
#ifndef AL_ATOMIC_H
#define AL_ATOMIC_H
+#include "static_assert.h"
+
typedef void *volatile XchgPtr;