mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	- kernel/driver.cc: need to #include <cerrno> or errno.h for errno.
This commit is contained in:
		
							parent
							
								
									8111938e96
								
							
						
					
					
						commit
						6698d67d24
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -24,6 +24,7 @@ | ||||||
| #include <unistd.h> | #include <unistd.h> | ||||||
| #include <libgen.h> | #include <libgen.h> | ||||||
| #include <dlfcn.h> | #include <dlfcn.h> | ||||||
|  | #include <errno.h> | ||||||
| 
 | 
 | ||||||
| #include <algorithm> | #include <algorithm> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue