Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > PriorityQueue
diff PriorityQueue.h @ 10:ee94893d2843
fixed includes for refactored VMS dir structure
| author | Some Random Person <seanhalle@yahoo.com> |
|---|---|
| date | Mon, 14 May 2012 16:24:26 -0700 |
| parents | 40cad2a2fffc |
| children |
line diff
1.1 --- a/PriorityQueue.h Fri Mar 02 18:15:20 2012 +0100 1.2 +++ b/PriorityQueue.h Mon May 14 16:24:26 2012 -0700 1.3 @@ -9,8 +9,9 @@ 1.4 #define _PRIORITY_QUEUE_H 1.5 1.6 #include <stdbool.h> 1.7 +#include <stdio.h> 1.8 1.9 -#include "../../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h" 1.10 +#include "VMS_impl/Services_Offered_by_VMS/Memory_Handling/vmalloc.h" 1.11 1.12 typedef struct _PrioQueueStruc PrioQueueStruc; 1.13 typedef struct _heapNode heapNode;
