From d70e284a0d5132f1f53c96b726fd9ce5962f143a Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 14 Mar 2011 17:45:43 +0100 Subject: semaphore.c: include limits.h before semaphore.h else SEM_VALUE_MAX will be undefined Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libpthread/linuxthreads.old/semaphore.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libpthread/linuxthreads.old') diff --git a/libpthread/linuxthreads.old/semaphore.c b/libpthread/linuxthreads.old/semaphore.c index c892a601b..0811e1707 100644 --- a/libpthread/linuxthreads.old/semaphore.c +++ b/libpthread/linuxthreads.old/semaphore.c @@ -15,6 +15,7 @@ /* Semaphores a la POSIX 1003.1b */ #include +#include #include #include "pthread.h" #include "semaphore.h" -- cgit v1.2.3