Fix build on FreeBSD after input-hotplug.
(cherry picked from commit 4e6e4baead)
			
			
This commit is contained in:
		
							parent
							
								
									0dee48b8af
								
							
						
					
					
						commit
						6ff7f2ad6a
					
				| 
						 | 
				
			
			@ -27,10 +27,15 @@
 | 
			
		|||
#include <xorg-config.h>
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if defined (SYSCONS_SUPPORT) || defined (PCVT_SUPPORT)
 | 
			
		||||
#include <sys/kbio.h>
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#include <termios.h>
 | 
			
		||||
 | 
			
		||||
#include "xf86.h"
 | 
			
		||||
#include "xf86Priv.h"
 | 
			
		||||
#include "xf86_OSlib.h"
 | 
			
		||||
 | 
			
		||||
#ifdef WSCONS_SUPPORT
 | 
			
		||||
#define KBD_FD(i) ((i).kbdFd != -1 ? (i).kbdFd : (i).consoleFd)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue