summaryrefslogtreecommitdiff
path: root/ports/sysdeps/unix/sysv/linux/arm/bits/atomic.h
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-05-26 16:37:14 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-05-26 16:37:14 +0200
commit3efe86fe610993669a24b836528bc1074e6359c1 (patch)
tree3357367987a464d69dd0ae908b64e91b820d9de7 /ports/sysdeps/unix/sysv/linux/arm/bits/atomic.h
parent1a4a8c4078754ea1c48eab942e59483ae4a9376b (diff)
parent1533dafa385628162eb2ab71ce704ce9fe03f98f (diff)
Merge commit 'refs/top-bases/t/io_select_timeout' into t/io_select_timeout
Diffstat (limited to 'ports/sysdeps/unix/sysv/linux/arm/bits/atomic.h')
-rw-r--r--ports/sysdeps/unix/sysv/linux/arm/bits/atomic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/arm/bits/atomic.h b/ports/sysdeps/unix/sysv/linux/arm/bits/atomic.h
index c76b8f3c2d..ae486e1f21 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/bits/atomic.h
+++ b/ports/sysdeps/unix/sysv/linux/arm/bits/atomic.h
@@ -16,6 +16,8 @@
License along with the GNU C Library. If not, see
<http://www.gnu.org/licenses/>. */
+#include <stdint.h>
+
/* If the compiler doesn't provide a primitive, we'll use this macro
to get assistance from the kernel. */
#ifdef __thumb2__