Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Queue_impl
diff PrivateQueue.h @ 20:b5ae7fbb1f01
Created MC_shared brch
| author | Me@portablequad |
|---|---|
| date | Sat, 11 Feb 2012 20:37:52 -0800 |
| parents | 1ed562d601d9 |
| children | bd38feb38c80 |
line diff
1.1 --- a/PrivateQueue.h Tue Feb 07 12:51:29 2012 -0800 1.2 +++ b/PrivateQueue.h Sat Feb 11 20:37:52 2012 -0800 1.3 @@ -8,7 +8,10 @@ 1.4 #ifndef _PRIVATE_QUEUE_H 1.5 #define _PRIVATE_QUEUE_H 1.6 1.7 -#include <pthread.h> 1.8 + 1.9 +#include "../../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h" 1.10 +#include "../../VMS_Implementations/VMS_impl/vmalloc.h" 1.11 + 1.12 1.13 #define TRUE 1 1.14 #define FALSE 0
