add missing header file
This commit is contained in:
		
							parent
							
								
									dc01596e6d
								
							
						
					
					
						commit
						5e680d7102
					
				
							
								
								
									
										3
									
								
								std.c
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								std.c
									
									
									
									
									
								
							| @ -6,6 +6,9 @@ | |||||||
| #include <ctype.h> | #include <ctype.h> | ||||||
| #include <errno.h> | #include <errno.h> | ||||||
| #include <fcntl.h> | #include <fcntl.h> | ||||||
|  | #if !(_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) | ||||||
|  | #include <pty.h> | ||||||
|  | #endif | ||||||
| #include <signal.h> | #include <signal.h> | ||||||
| #include <stdarg.h> | #include <stdarg.h> | ||||||
| #include <stdio.h> | #include <stdio.h> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Matthias-Christian Ott
						Matthias-Christian Ott