Azure IoT common library
Fork of azure_c_shared_utility by
Diff: gballoc.c
- Revision:
- 19:2e0811512ceb
- Parent:
- 6:c55b013dfc2a
- Child:
- 21:b92006c5b9ff
diff -r 6d8a413a4d9a -r 2e0811512ceb gballoc.c --- a/gballoc.c Fri Jan 13 18:41:15 2017 -0800 +++ b/gballoc.c Sat Jan 28 09:35:22 2017 -0800 @@ -2,13 +2,10 @@ // Licensed under the MIT license. See LICENSE file in the project root for full license information. #include <stdlib.h> -#ifdef _CRTDBG_MAP_ALLOC -#include <crtdbg.h> -#endif - +#include <stdint.h> +#include <stddef.h> #include "azure_c_shared_utility/lock.h" #include "azure_c_shared_utility/xlogging.h" -#include <stdint.h> #ifndef SIZE_MAX #define SIZE_MAX ((size_t)~(size_t)0)