mirror of
				https://gitlab.freedesktop.org/wayland/wayland.git
				synced 2025-11-03 09:01:42 -05:00 
			
		
		
		
	event-loop: Include wayland-util.h
event-loop.c uses WL_EXPORT and wl_list, which are defined in wayland-util.h. Include wayland-util.h explicitly, rather than transitively through wayland-server-core.h. Signed-off-by: Yong Bakos <ybakos@humanoriented.com> Reviewed-by: Sam Spilsbury <smspillaz@gmail.com>
This commit is contained in:
		
							parent
							
								
									9000c0f20e
								
							
						
					
					
						commit
						fe31d2f9af
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -36,6 +36,7 @@
 | 
				
			||||||
#include <sys/signalfd.h>
 | 
					#include <sys/signalfd.h>
 | 
				
			||||||
#include <sys/timerfd.h>
 | 
					#include <sys/timerfd.h>
 | 
				
			||||||
#include <unistd.h>
 | 
					#include <unistd.h>
 | 
				
			||||||
 | 
					#include "wayland-util.h"
 | 
				
			||||||
#include "wayland-private.h"
 | 
					#include "wayland-private.h"
 | 
				
			||||||
#include "wayland-server-core.h"
 | 
					#include "wayland-server-core.h"
 | 
				
			||||||
#include "wayland-os.h"
 | 
					#include "wayland-os.h"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue