From 05087fbb0dadfd38cd4e2743e63a8c5c0ca1de54 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Tue, 12 Mar 2013 23:23:01 -0400 Subject: Include atomic.h in generic lowlevellock.c. --- nptl/sysdeps/unix/sysv/linux/lowlevellock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/sysdeps/unix') 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 #include #include - +#include void __lll_lock_wait_private (int *futex) -- cgit v1.2.3