mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 14:56:53 +02:00
13 lines
322 B
Diff
13 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>
|
|
|