Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > PriorityQueue
diff PriorityQueue.h @ 2:b0195491f167
Create MC_shared branch
| author | Me@portablequad |
|---|---|
| date | Sat, 11 Feb 2012 20:21:45 -0800 |
| parents | 9ecc993a29ea |
| children | 7254bef12749 |
line diff
1.1 --- a/PriorityQueue.h Thu Feb 09 15:55:54 2012 +0100 1.2 +++ b/PriorityQueue.h Sat Feb 11 20:21:45 2012 -0800 1.3 @@ -10,6 +10,8 @@ 1.4 1.5 #include <stdbool.h> 1.6 1.7 +#include "../../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h" 1.8 + 1.9 typedef struct _PrioQueueStruc PrioQueueStruc; 1.10 typedef struct _heapNode heapNode; 1.11
