From 8dbe53c35395c82514475a94a3c7353a9aaf2651 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 22 Sep 2015 03:08:26 +0200 Subject: Fix name exposure of including semaphore.h * sysdeps/pthread/bits/semaphore.h: Include and instead of the full . --- sysdeps/pthread/bits/semaphore.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysdeps/pthread/bits/semaphore.h') diff --git a/sysdeps/pthread/bits/semaphore.h b/sysdeps/pthread/bits/semaphore.h index 5e987c1..4c78409 100644 --- a/sysdeps/pthread/bits/semaphore.h +++ b/sysdeps/pthread/bits/semaphore.h @@ -24,7 +24,8 @@ #error Never include directly. #endif -#include +#include +#include /* User visible part of a semaphore. */ struct __semaphore -- cgit v1.2.3