From 11cd655429ca1f7e8b3e851e489e51d5d19e0f78 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Wed, 16 Dec 2009 03:05:38 -0800 Subject: x86_64: add missing includes to sem_*.S Signed-off-by: Austin Foxley --- libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S | 2 ++ libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S | 2 ++ 2 files changed, 4 insertions(+) (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/x86_64') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S b/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S index e5fbf8eb2..64e168099 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S @@ -19,6 +19,8 @@ #include #include +#include +#include #ifndef UP # define LOCK lock diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S b/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S index 32c24e83d..c2f94d47f 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S @@ -19,6 +19,8 @@ #include #include +#include +#include #ifndef UP # define LOCK lock -- cgit v1.2.3