Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > DynArray
changeset 13:1cffeb870564 VMS__malloc_brch
include statements adapted to the new folder structure
| author | hausers |
|---|---|
| date | Thu, 09 Feb 2012 15:47:41 +0100 |
| parents | 20f0996a8400 |
| children | 53c5d022dd45 |
| files | DynArray.h |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/DynArray.h Wed Jun 22 16:53:07 2011 +0200 1.2 +++ b/DynArray.h Thu Feb 09 15:47:41 2012 +0100 1.3 @@ -8,7 +8,7 @@ 1.4 #ifndef _DYNARRAY_H 1.5 #define _DYNARRAY_H 1.6 1.7 -#include "../VMS_primitive_data_types.h" 1.8 +#include "../../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h" 1.9 1.10 1.11 //A dynamic array is same as any other array, but add a DynArrayInfo next
