blob: ff0136b65ed7aacec1820d8b923794f3d51bfd40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- thin-provisioning-tools-0.7.0-rc6.orig/block-cache/io_engine.h
+++ thin-provisioning-tools-0.7.0-rc6/block-cache/io_engine.h
@@ -10,6 +10,8 @@
#include <libaio.h>
#include <vector>
+#undef PAGE_SIZE
+
//----------------------------------------------------------------
namespace bcache {
|