From a7642511b08b0b8a4012bab67cb8aa554992df6b Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 17 Jun 2010 19:49:54 +0200 Subject: nptl: i386 needs atomic.h for atomic_exchange_acq Signed-off-by: Bernhard Reutner-Fischer --- libpthread/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h index 55add8b8e..a40d84e75 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h @@ -26,6 +26,7 @@ # include # include # include +# include # ifndef LOCK_INSTR # ifdef UP -- cgit v1.2.3