From 5c959963df4482c12809879528929dc00c35a09e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 31 Mar 1999 22:09:11 +0000 Subject: [PATCH] When compiled in debug mode, the POSIX threads inline file was not included and we ended up with undefined references. --- c/src/exec/posix/src/pthreadequal.c | 1 + cpukit/posix/src/pthreadequal.c | 1 + 2 files changed, 2 insertions(+) diff --git a/c/src/exec/posix/src/pthreadequal.c b/c/src/exec/posix/src/pthreadequal.c index 083eda0c9f..3ea32bfd1e 100644 --- a/c/src/exec/posix/src/pthreadequal.c +++ b/c/src/exec/posix/src/pthreadequal.c @@ -18,6 +18,7 @@ #include #include +#include #include int pthread_equal( diff --git a/cpukit/posix/src/pthreadequal.c b/cpukit/posix/src/pthreadequal.c index 083eda0c9f..3ea32bfd1e 100644 --- a/cpukit/posix/src/pthreadequal.c +++ b/cpukit/posix/src/pthreadequal.c @@ -18,6 +18,7 @@ #include #include +#include #include int pthread_equal(