diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/atomic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/atomic.h b/include/atomic.h index 221bea0ad3..d492ef2fd1 100644 --- a/include/atomic.h +++ b/include/atomic.h @@ -47,7 +47,7 @@ #include <stdlib.h> -#include <bits/atomic.h> +#include <atomic-machine.h> /* Wrapper macros to call pre_NN_post (mem, ...) where NN is the bit width of *MEM. The calling macro puts parens around MEM |