mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-19 07:31:35 +01:00
12 lines
299 B
Diff
12 lines
299 B
Diff
--- 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 {
|