Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Hash_impl
changeset 22:f5972b1ddb29 MC_shared
More progress towards getting common_ancestor working
| author | Some Random Person <seanhalle@yahoo.com> |
|---|---|
| date | Tue, 13 Mar 2012 18:31:05 -0700 |
| parents | 4b5abed39ab9 |
| children | ac99f4a8ce22 |
| files | PrivateHash.h |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/PrivateHash.h Fri Mar 09 22:17:44 2012 -0800 1.2 +++ b/PrivateHash.h Tue Mar 13 18:31:05 2012 -0700 1.3 @@ -14,7 +14,7 @@ 1.4 #include <stdlib.h> 1.5 1.6 #include "VMS_impl/VMS_primitive_data_types.h" 1.7 -#include "VMS_impl/vmalloc.h" 1.8 +#include "VMS_impl/Services_Offered_by_VMS/Memory_Handling/vmalloc.h" 1.9 1.10 #define TRUE 1 1.11 #define FALSE 0
