summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-31 22:09:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-31 22:09:11 +0000
commit5c959963df4482c12809879528929dc00c35a09e (patch)
treedcc1a931544b6248bf30311ae2d721627a446549
parentAnother attempt to get runtest installed. (diff)
downloadrtems-5c959963df4482c12809879528929dc00c35a09e.tar.bz2
When compiled in debug mode, the POSIX threads inline file was not
included and we ended up with undefined references.
-rw-r--r--c/src/exec/posix/src/pthreadequal.c1
-rw-r--r--cpukit/posix/src/pthreadequal.c1
2 files changed, 2 insertions, 0 deletions
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 <errno.h>
#include <rtems/system.h>
+#include <rtems/posix/pthread.h>
#include <rtems/score/thread.h>
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 <errno.h>
#include <rtems/system.h>
+#include <rtems/posix/pthread.h>
#include <rtems/score/thread.h>
int pthread_equal(