mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	include stdint to be compaitable with musl
This commit is contained in:
		
							parent
							
								
									fd47a30e75
								
							
						
					
					
						commit
						4bf8b6b43b
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -5,6 +5,7 @@
 | 
				
			||||||
#include <string.h>
 | 
					#include <string.h>
 | 
				
			||||||
#include <stdio.h>
 | 
					#include <stdio.h>
 | 
				
			||||||
#include <stdbool.h>
 | 
					#include <stdbool.h>
 | 
				
			||||||
 | 
					#include <stdint.h>
 | 
				
			||||||
#include "log.h"
 | 
					#include "log.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PangoLayout *get_pango_layout(cairo_t *cairo, const char *font, const char *text,
 | 
					PangoLayout *get_pango_layout(cairo_t *cairo, const char *font, const char *text,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue