From 5c959963df4482c12809879528929dc00c35a09e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 31 Mar 1999 22:09:11 +0000 Subject: 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 + 1 file changed, 1 insertion(+) (limited to 'c/src/exec') 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( -- cgit v1.2.3