fixes for a couple compile errors #50
			
				
			
		
		
		
	|  | @ -14,4 +14,5 @@ MaxEmptyLinesToKeep: 1 | ||||||
| PointerAlignment: Left | PointerAlignment: Left | ||||||
| SeparateDefinitionBlocks: Always | SeparateDefinitionBlocks: Always | ||||||
| SpaceBeforeParens: Never | SpaceBeforeParens: Never | ||||||
| ReflowComments: false | ReflowComments: false | ||||||
|  | SortIncludes: false | ||||||
|  | @ -313,8 +313,8 @@ void oc_runtime_env_init(oc_runtime_env* runtime) | ||||||
| 
 | 
 | ||||||
| #include "wasmbind/clock_api_bind_gen.c" | #include "wasmbind/clock_api_bind_gen.c" | ||||||
| #include "wasmbind/core_api_bind_gen.c" | #include "wasmbind/core_api_bind_gen.c" | ||||||
| #include "wasmbind/gles_api_bind_gen.c" |  | ||||||
| #include "wasmbind/gles_api_bind_manual.c" | #include "wasmbind/gles_api_bind_manual.c" | ||||||
|  | #include "wasmbind/gles_api_bind_gen.c" | ||||||
| #include "wasmbind/io_api_bind_gen.c" | #include "wasmbind/io_api_bind_gen.c" | ||||||
| #include "wasmbind/surface_api_bind_gen.c" | #include "wasmbind/surface_api_bind_gen.c" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,16 +1,17 @@ | ||||||
| /************************************************************/ /**
 | /************************************************************/ /**
 | ||||||
| * | * | ||||||
| *	@file: lists.h | *	@file: lists.h | ||||||
| *	@author: Martin Fouilleul | *	@author: Martin Fouilleul | ||||||
| *	@date: 22/11/2017 | *	@date: 22/11/2017 | ||||||
| *	@brief: Implements generic intrusive linked list and dynamic array | *	@brief: Implements generic intrusive linked list and dynamic array | ||||||
| * | * | ||||||
| ****************************************************************/ | ****************************************************************/ | ||||||
| #ifndef __CONTAINERS_H_ | #ifndef __CONTAINERS_H_ | ||||||
| #define __CONTAINERS_H_ | #define __CONTAINERS_H_ | ||||||
| 
 | 
 | ||||||
| #include "platform/platform_debug.h" | #include "platform/platform_debug.h" | ||||||
| #include "util/macros.h" | #include "util/macros.h" | ||||||
|  | #include "util/debug.h" | ||||||
| 
 | 
 | ||||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||||
| extern "C" | extern "C" | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue