From 23168f53d0c138d852e95187fbc29e96a92715f6 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Thu, 18 Nov 1999 19:50:45 +0000 Subject: Started to added POSIX message queue test code. --- c/src/tests/psxtests/psxmsgq01/system.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'c/src') diff --git a/c/src/tests/psxtests/psxmsgq01/system.h b/c/src/tests/psxtests/psxmsgq01/system.h index 9b55eea1d0..e41fceb2af 100644 --- a/c/src/tests/psxtests/psxmsgq01/system.h +++ b/c/src/tests/psxtests/psxmsgq01/system.h @@ -19,6 +19,7 @@ #include #include #include +#include void *POSIX_Init( void *argument @@ -53,3 +54,5 @@ TEST_EXTERN pthread_t Init_id; TEST_EXTERN pthread_t Task_id; /* end of include file */ + + -- cgit v1.2.3