mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 16:31:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			322 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			322 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git a/src/chunkserver/iostat.h b/src/chunkserver/iostat.h
 | |
| index e1a50e97..09a04c67 100644
 | |
| --- a/src/chunkserver/iostat.h
 | |
| +++ b/src/chunkserver/iostat.h
 | |
| @@ -28,6 +28,7 @@
 | |
|  #include <algorithm>
 | |
|  #include <unordered_map>
 | |
|  #include <vector>
 | |
| +#include <sys/sysmacros.h>
 | |
|  
 | |
|  #include <sys/stat.h>
 | |
|  #include <sys/types.h>
 | |
| 
 |