summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-12-06 15:30:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-12-06 15:30:58 +0000
commit57fe91f8dbb7910e97503a9baebbfbc9576fd74d (patch)
tree0cdc2c0cb34c7a2e2dcda98aa419ed6d897d8b7e /cpukit/posix/src
parent2000-12-05 Eric Valette <valette@crf.canon.fr> (diff)
downloadrtems-57fe91f8dbb7910e97503a9baebbfbc9576fd74d.tar.bz2
2000-12-06 Joel Sherrill <joel@OARcorp.com>
* src/pthreadgetcpuclockid.c: Add include of <rtems/system.h> to eliminate warning.
Diffstat (limited to 'cpukit/posix/src')
-rw-r--r--cpukit/posix/src/pthreadgetcpuclockid.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/posix/src/pthreadgetcpuclockid.c b/cpukit/posix/src/pthreadgetcpuclockid.c
index f7d9553522..d9ff80b34a 100644
--- a/cpukit/posix/src/pthreadgetcpuclockid.c
+++ b/cpukit/posix/src/pthreadgetcpuclockid.c
@@ -14,6 +14,8 @@
#include <pthread.h>
#include <errno.h>
+#include <rtems/system.h>
+
int pthread_getcpuclockid(
pthread_t pid,
clockid_t *clock_id