summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/unix
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-08 21:53:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-08 21:53:50 +0000
commit1c964ffab230e62c1005562f78053fc22ec58e23 (patch)
tree900c91b41596ea8948702bd493969dee55ca76fe /cpukit/score/cpu/unix
parentUpdated version to 3.5.15. (diff)
downloadrtems-1c964ffab230e62c1005562f78053fc22ec58e23.tar.bz2
*** empty log message ***
Diffstat (limited to 'cpukit/score/cpu/unix')
-rw-r--r--cpukit/score/cpu/unix/cpu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/score/cpu/unix/cpu.c b/cpukit/score/cpu/unix/cpu.c
index 236e629681..4c1604465f 100644
--- a/cpukit/score/cpu/unix/cpu.c
+++ b/cpukit/score/cpu/unix/cpu.c
@@ -34,13 +34,14 @@
#define MALLOC_0_RETURNS_NULL
#endif
+#include <sys/types.h>
+#include <sys/times.h>
#include <stdio.h>
#include <stdlib.h>
#include <setjmp.h>
#include <signal.h>
#include <time.h>
#include <sys/time.h>
-#include <sys/types.h>
#include <errno.h>
#include <unistd.h>
#include <sys/ipc.h>