there might be envs which need Xlib.h
This commit is contained in:
		
							parent
							
								
									b2f276b0f9
								
							
						
					
					
						commit
						01022b95d6
					
				
							
								
								
									
										1
									
								
								dwm.c
								
								
								
								
							
							
						
						
									
										1
									
								
								dwm.c
								
								
								
								
							| 
						 | 
					@ -41,6 +41,7 @@
 | 
				
			||||||
#include <X11/cursorfont.h>
 | 
					#include <X11/cursorfont.h>
 | 
				
			||||||
#include <X11/keysym.h>
 | 
					#include <X11/keysym.h>
 | 
				
			||||||
#include <X11/Xatom.h>
 | 
					#include <X11/Xatom.h>
 | 
				
			||||||
 | 
					#include <X11/Xlib.h>
 | 
				
			||||||
#include <X11/Xproto.h>
 | 
					#include <X11/Xproto.h>
 | 
				
			||||||
#include <X11/Xutil.h>
 | 
					#include <X11/Xutil.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue