summaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2013-03-12 23:23:01 -0400
committerCarlos O'Donell <carlos@redhat.com>2013-03-12 23:27:24 -0400
commit05087fbb0dadfd38cd4e2743e63a8c5c0ca1de54 (patch)
treecaa912500e5310643d218001282cfe11f83d31ab /nptl/sysdeps/unix/sysv
parent54206aa6a2729c0bfe10321c6d74c441bef36223 (diff)
Include atomic.h in generic lowlevellock.c.
Diffstat (limited to 'nptl/sysdeps/unix/sysv')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/lowlevellock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/lowlevellock.c b/nptl/sysdeps/unix/sysv/linux/lowlevellock.c
index c33791ac2f..0efb72a56c 100644
--- a/nptl/sysdeps/unix/sysv/linux/lowlevellock.c
+++ b/nptl/sysdeps/unix/sysv/linux/lowlevellock.c
@@ -21,7 +21,7 @@
#include <sysdep.h>
#include <lowlevellock.h>
#include <sys/time.h>
-
+#include <atomic.h>
void
__lll_lock_wait_private (int *futex)