summaryrefslogtreecommitdiff
path: root/0001-Add-missing-header.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Add-missing-header.patch')
-rw-r--r--0001-Add-missing-header.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0001-Add-missing-header.patch b/0001-Add-missing-header.patch
new file mode 100644
index 0000000..fe41891
--- /dev/null
+++ b/0001-Add-missing-header.patch
@@ -0,0 +1,25 @@
+From b3dbe01831b4c5594c5c9144ef3b4f26dad6f22b 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..85fcccd3 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>
+--
+2.14.3
+