mirror of
				git://sigrok.org/libserialport
				synced 2023-08-10 21:13:24 +03:00 
			
		
		
		
	serialport.c: Add missing linux_termios.h #include.
This is safe to include (at the moment) on all non-win32 OSes, since it doesn't contain anything OS-specific.
This commit is contained in:
		| @@ -50,6 +50,10 @@ | ||||
| #endif | ||||
| #endif | ||||
|  | ||||
| #ifndef _WIN32 | ||||
| #include "linux_termios.h" | ||||
| #endif | ||||
|  | ||||
| #include "libserialport.h" | ||||
|  | ||||
| struct port_data { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Uwe Hermann
					Uwe Hermann