From ce8159d5ce5a4350b28a46fdca3164508d5a6fdd Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 30 Oct 2015 15:23:20 +0100 Subject: [PATCH] Include in This is mandated by POSIX. 2015-10-30 Sebastian Huber libc/include/pthread.h: Include instead of . Signed-off-by: Corinna Vinschen --- newlib/libc/include/pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newlib/libc/include/pthread.h b/newlib/libc/include/pthread.h index db1f9c1ca..907970fdf 100644 --- a/newlib/libc/include/pthread.h +++ b/newlib/libc/include/pthread.h @@ -31,7 +31,7 @@ extern "C" { #include #include -#include +#include #include struct _pthread_cleanup_context {