Fix includes
Header files which are located in the same directory that the file from where it is included must be included using `" "`, not `< >`. Otherwise the compiler (gcc 5) cannot understand `#include <tommath_class.h>` in `/usr/include/tommath/tommath.h`.
This commit is contained in:
		
							parent
							
								
									285b580995
								
							
						
					
					
						commit
						adbadc70f4
					
				@ -18,7 +18,7 @@
 | 
			
		||||
#include <stdint.h>
 | 
			
		||||
#include <limits.h>
 | 
			
		||||
 | 
			
		||||
#include <tommath_class.h>
 | 
			
		||||
#include "tommath_class.h"
 | 
			
		||||
 | 
			
		||||
#ifdef __cplusplus
 | 
			
		||||
extern "C" {
 | 
			
		||||
 | 
			
		||||
@ -1121,8 +1121,8 @@
 | 
			
		||||
#   define LTM_LAST
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#include <tommath_superclass.h>
 | 
			
		||||
#include <tommath_class.h>
 | 
			
		||||
#include "tommath_superclass.h"
 | 
			
		||||
#include "tommath_class.h"
 | 
			
		||||
#else
 | 
			
		||||
#   define LTM_LAST
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user