mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-31 03:11:18 +02:00
23 lines
629 B
Diff
23 lines
629 B
Diff
From a5e1cedf22509b88e402aabb96642c2216c6a3ce Mon Sep 17 00:00:00 2001
|
|
From: Jonathan Dieter <jdieter@gmail.com>
|
|
Date: Thu, 15 Mar 2018 14:26:03 +0200
|
|
Subject: [PATCH] Add missing header
|
|
|
|
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
|
|
---
|
|
src/chunkserver/iostat.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
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>
|