Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Hash_impl
changeset 12:40ec8f9583d8
include statements adapted to the new folder structure
| author | hausers |
|---|---|
| date | Thu, 09 Feb 2012 15:49:46 +0100 |
| parents | 8bafd14e9fde |
| children | 093cad17d992 |
| files | PrivateHash.h |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/PrivateHash.h Wed Sep 28 13:45:34 2011 +0200 1.2 +++ b/PrivateHash.h Thu Feb 09 15:49:46 2012 +0100 1.3 @@ -8,7 +8,7 @@ 1.4 #ifndef _PRIVATE_HASH_H 1.5 #define _PRIVATE_HASH_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 #define TRUE 1 1.11 #define FALSE 0
