--- projs/ets/trunk/src/lib_c/c_datd/memory/cmalloc.c 2018/08/04 18:28:20 243 +++ projs/ets/trunk/src/lib_c/c_datd/memory/cmalloc.c 2018/08/05 19:05:46 244 @@ -1,7 +1,8 @@ //$Header$ +//{9271a56e-a39a-4ba3-af90-c665b60de5e5} //------------------------------------------------------------------------------------------------- -//This file is part of "David T. Ashley's Shared Source Code", a set of shared components -//integrated into many of David T. Ashley's projects. +//This file is part of "Embedded Tool Set", a tool set designed to facilitate embedded system +//software and hardware development. //------------------------------------------------------------------------------------------------- //This source code and any program in which it is compiled/used is provided under the MIT License, //reproduced below. @@ -32,7 +33,7 @@ #include "cmalloc.h" -#include "../c_cmode/ccmfatal.h" +#include "../../c_cmode/ccmfatal.h" void *CMALLOC_malloc( size_t size )