diff options
Diffstat (limited to 'nptl/pthread_equal.c')
-rw-r--r-- | nptl/pthread_equal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/pthread_equal.c b/nptl/pthread_equal.c index 062da03ee7..c9986096f5 100644 --- a/nptl/pthread_equal.c +++ b/nptl/pthread_equal.c @@ -17,7 +17,7 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include <pthread.h> +#include "pthreadP.h" int |