From 0a359a7af55effb59bbf4febb3d3fb37907d0a9d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 6 Jun 1996 19:16:20 +0000 Subject: added include of and fixed warnings --- testsuites/psxtests/psx01/init.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'testsuites/psxtests/psx01') diff --git a/testsuites/psxtests/psx01/init.c b/testsuites/psxtests/psx01/init.c index a7c5bf69bd..2d69a3786a 100644 --- a/testsuites/psxtests/psx01/init.c +++ b/testsuites/psxtests/psx01/init.c @@ -12,6 +12,7 @@ #define CONFIGURE_INIT #include "system.h" +#include #define TM_SUNDAY 0 #define TM_MONDAY 1 @@ -136,8 +137,8 @@ void *POSIX_Init( status = sched_rr_get_interval( getpid(), &tr ); printf( "Round Robin quantum is %d seconds, %d nanoseconds\n", - tr.tv_sec, - tr.tv_nsec + (int) tr.tv_sec, + (int) tr.tv_nsec ); assert( !status ); -- cgit v1.2.3